mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
Merge branch 'master' of https://git.scc.kit.edu/pse-typinferenz/typicalc
This commit is contained in:
commit
dd1caafcf6
@ -30,8 +30,8 @@ public class ConstraintSetIndexFactory {
|
|||||||
String index = nextConstraintSetIndex == FIRST_CONSTRAINT_SET_INDEX
|
String index = nextConstraintSetIndex == FIRST_CONSTRAINT_SET_INDEX
|
||||||
? ""
|
? ""
|
||||||
: nextConstraintSetIndex == FIRST_CONSTRAINT_SET_INDEX + 1
|
: nextConstraintSetIndex == FIRST_CONSTRAINT_SET_INDEX + 1
|
||||||
? UNDERSCORE + CURLY_LEFT + LET + CURLY_RIGHT
|
? "" + UNDERSCORE + CURLY_LEFT + LET + CURLY_RIGHT
|
||||||
: UNDERSCORE + CURLY_LEFT + LET + UNDERSCORE
|
: "" + UNDERSCORE + CURLY_LEFT + LET + UNDERSCORE
|
||||||
+ CURLY_LEFT + nextConstraintSetIndex + CURLY_RIGHT + CURLY_RIGHT;
|
+ CURLY_LEFT + nextConstraintSetIndex + CURLY_RIGHT + CURLY_RIGHT;
|
||||||
|
|
||||||
nextConstraintSetIndex++;
|
nextConstraintSetIndex++;
|
||||||
|
Loading…
Reference in New Issue
Block a user