]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.linking.ui/src/org/simantics/document/linking/report/evaluator/DBUtil.java
Externalize org.simantics.document.linking.ui
[simantics/platform.git] / bundles / org.simantics.document.linking.ui / src / org / simantics / document / linking / report / evaluator / DBUtil.java
index d41a0616601392bfa676c313b25eaad1d9d71cb9..93efeffd9db75e12e13e7cb232b1efc7cc84a0d7 100644 (file)
@@ -161,7 +161,7 @@ public class DBUtil {
        
        public static List<NamedResource> getTemplates(final Resource library) throws DatabaseException{
                if (library == null)
-                       throw new IllegalArgumentException("Library cannot be null");
+                       throw new IllegalArgumentException("Library cannot be null"); //$NON-NLS-1$
                List<NamedResource> templates = Simantics.getSession().syncRequest(new Read<List<NamedResource>>() {
                @Override
                public List<NamedResource> perform(ReadGraph graph) throws DatabaseException{