Compare commits
8 Commits
a881f5389e
...
a8492395c5
Author | SHA1 | Date | |
---|---|---|---|
a8492395c5 | |||
f1c8991ad8 | |||
59ad3e8c05 | |||
194f28b701 | |||
b1aa92cbec | |||
a58a16db28 | |||
3288b08c04 | |||
3ab8e81bd9 |
@ -8,8 +8,7 @@ public enum Direction
|
||||
|
||||
private final int DirectionCode;
|
||||
|
||||
Direction(int directionCode)
|
||||
{
|
||||
Direction(int directionCode) {
|
||||
this.DirectionCode = directionCode;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user