Skip to content

Commit

Permalink
Task #1250 test
Browse files Browse the repository at this point in the history
  • Loading branch information
tamp_ry authored and tamp_ry committed Dec 20, 2024
1 parent 40a5750 commit d7e2b25
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ public static Concept getConcept(VirSatTransactionalEditingDomain ed, String con
return concept;
}

private static final int[] ARROW_HEAD_POLYLINE = new int[] { -10, 5, 0, 0, -10, -5 };

private static final int[] ARROW_HEAD_POLYLINE = new int[] { -10, 5, 0, 0, -10, -5 };
/**
* Creates an arrow head for the line connection
* @param gaContainer the connection which we want to equip with the arrow head
Expand Down

0 comments on commit d7e2b25

Please sign in to comment.