small cleanup
This commit is contained in:
parent
a2003f87f5
commit
fab6b40376
2 changed files with 3 additions and 1 deletions
|
@ -20,4 +20,6 @@ public class NodeRailing extends Node<PartRailing, GridRailing, NodeRailing>
|
|||
return new GridRailing(getClass());
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ public class PartRailing extends PartFramedConnection<PartRailing.EnumRailing, I
|
|||
|
||||
public enum EnumRailing
|
||||
{
|
||||
DEFAULT, EXTENTION, ;
|
||||
DEFAULT, EXTENTION;
|
||||
}
|
||||
|
||||
// default is NULL
|
||||
|
|
Loading…
Reference in a new issue