]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.graphviz.ui/src/org/simantics/graphviz/ui/GraphvizComponent2.java
Externalize strings
[simantics/platform.git] / bundles / org.simantics.graphviz.ui / src / org / simantics / graphviz / ui / GraphvizComponent2.java
index 32988cd40fe440fbc36c664a72825bea5c66fa42..9d417f28b3990535473d1d5201bd15ae00143601 100644 (file)
@@ -65,7 +65,7 @@ public class GraphvizComponent2 extends Composite {
                     initialized.wait();
             }
         } catch (InterruptedException e) {
-            throw new Error("GraphvizComponent AWT population interrupted for class " + this, e);
+            throw new Error("GraphvizComponent AWT population interrupted for class " + this, e); //$NON-NLS-1$
         }
     }
 
@@ -75,7 +75,7 @@ public class GraphvizComponent2 extends Composite {
      * @param graph
      */
     public Computation<Graph> setGraph(Graph graph) {
-        return setGraph(graph, "dot");
+        return setGraph(graph, "dot"); //$NON-NLS-1$
     }
 
     /**