]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.debug.ui/src/org/simantics/debug/ui/SessionDebugger.java
Externalize strings in org.simantics.debug.ui
[simantics/platform.git] / bundles / org.simantics.debug.ui / src / org / simantics / debug / ui / SessionDebugger.java
index 820f5d6029937f530e4af2a5cb0ea9fb193d3dd7..fcbc93234ab1fd5a917699c13220faa308d3245a 100644 (file)
@@ -65,7 +65,7 @@ public class SessionDebugger extends Composite {
      */
     public SessionDebugger(Composite parent, int style, final Session session) {
         super(parent, style);
-        Assert.isNotNull(session, "session is null");
+        Assert.isNotNull(session, "session is null"); //$NON-NLS-1$
         this.session = session;
         updater = new MergingGraphRequestProcessor(session, 100);