1 | if (h == LengthConstraintType.NONE) {↵ | | 1 | if (h == LengthConstraintType.NONE) {↵
|
2 | throw new RuntimeException("Not yet implemented.");↵ | | 2 | throw new RuntimeException("Not yet implemented."); ↵
|
3 | }↵ | | 3 | }↵
|
4 | else if (h == LengthConstraintType.RANGE) {↵ | | 4 | else if (h == LengthConstraintType.RANGE) {↵
|
5 | throw new RuntimeException("Not yet implemented.");↵ | | 5 | throw new RuntimeException("Not yet implemented."); ↵
|
6 | }↵ | | 6 | }↵
|
7 | else if (h == LengthConstraintType.FIXED) {↵ | | 7 | else if (h == LengthConstraintType.FIXED) {↵
|
8 | throw new RuntimeException("Not yet implemented.");↵ | | 8 | throw new RuntimeException("Not yet implemented.");↵
|
9 | | | 9 |
|