]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.browsing.ui/src/org/simantics/browsing/ui/exception/NoQueryProcessorException.java
Externalize strings in org.simantics.db.procore.ui
[simantics/platform.git] / bundles / org.simantics.browsing.ui / src / org / simantics / browsing / ui / exception / NoQueryProcessorException.java
index ce26f81b25d5072ddc66b30d64c61741f9651c2f..d60967d7f7e91f463201172d28fcf11b53afae7f 100644 (file)
@@ -18,7 +18,7 @@ public class NoQueryProcessorException extends RuntimeException {
     private static final long serialVersionUID = -5612824339530755041L;
 
     public NoQueryProcessorException(CacheKey<?> key) {
-        super("No Query Processor found for key " + key);
+        super("No Query Processor found for key " + key); //$NON-NLS-1$
     }
 
 }