Мелкие доработки.
This commit is contained in:
parent
98cf530e89
commit
749d56c2ab
@ -8,7 +8,7 @@ public enum Direction
|
|||||||
|
|
||||||
private final int DirectionCode;
|
private final int DirectionCode;
|
||||||
|
|
||||||
private Direction(int directionCode)
|
Direction(int directionCode)
|
||||||
{
|
{
|
||||||
this.DirectionCode = directionCode;
|
this.DirectionCode = directionCode;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user