Мелкие правки по оформлению.
This commit is contained in:
parent
a8492395c5
commit
afd1982969
@ -8,7 +8,8 @@ public enum Direction
|
||||
|
||||
private final int DirectionCode;
|
||||
|
||||
Direction(int directionCode) {
|
||||
Direction(int directionCode)
|
||||
{
|
||||
this.DirectionCode = directionCode;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user