Skip to content

Commit

Permalink
Removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mtygesen authored Nov 10, 2023
1 parent 9532fa3 commit 3c5da4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/dk/aau/cs/model/CPN/ColorType.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public Vector<Color> getColors() {
return colors;
}


public boolean isIdentical(ColorType newColorType) {
boolean firstColorIdentical = getFirstColor().getColorName().equals(newColorType.getFirstColor().getColorName());
boolean lastColorIdentical = getColors().lastElement().getColorName().equals(newColorType.getColors().lastElement().getColorName());
Expand Down Expand Up @@ -147,4 +146,4 @@ public boolean isIntegerRange(){
}
return true;
}
}
}

0 comments on commit 3c5da4b

Please sign in to comment.