]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram.connection/src/org/simantics/diagram/connection/SimpleConnectionUtility.java
Support for random shaped terminals
[simantics/platform.git] / bundles / org.simantics.diagram.connection / src / org / simantics / diagram / connection / SimpleConnectionUtility.java
index 109f8fe735ed9cf1bb947530c290e618633ea842..0628573d0576962d7efff9efa3da0ebef159a44e 100644 (file)
@@ -17,7 +17,7 @@ package org.simantics.diagram.connection;
  * 
  * @author Hannu Niemistö
  */
-class SimpleConnectionUtility {
+public class SimpleConnectionUtility {
 
     public static boolean allowsDirection(RouteTerminal a, int dir) {
         return Directions.isAllowed(a.getAllowedDirections(), dir);