]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.procore.ui/src/org/simantics/db/procore/ui/Auxiliary.java
Externalize strings in org.simantics.db.procore.ui
[simantics/platform.git] / bundles / org.simantics.db.procore.ui / src / org / simantics / db / procore / ui / Auxiliary.java
index b05ff95d26071755a3ce6de610ef93074671ff7f..36d8966735d01b31b0d79e96d60ed03a12f4482e 100644 (file)
@@ -13,7 +13,7 @@ public class Auxiliary {
      * @return true if server can be started.
      */
     public static boolean beforeStart(Shell shell, File folder) throws InternalException {
-        boolean skipPurge = "true".equals(System.getProperty("org.simantics.db.procore.ui.skipPurge"));
+        boolean skipPurge = "true".equals(System.getProperty("org.simantics.db.procore.ui.skipPurge")); //$NON-NLS-1$ //$NON-NLS-2$
         if (skipPurge)
             return true;
         return UI.purge(shell, folder);