From: lempinen Date: Wed, 10 Oct 2012 11:42:29 +0000 (+0000) Subject: Fixed plugin name reference (refs #3763) X-Git-Tag: simantics-1.10.1~131 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=e67b33b3b74c4f802740e75f8c38638fed223fd1;p=simantics%2Fsysdyn.git Fixed plugin name reference (refs #3763) git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@25967 ac1ea38d-2e2b-0410-8846-a27921b304fc --- diff --git a/org.simantics.fmu/src/org/simantics/fmu/FMUControlJNI.java b/org.simantics.fmu/src/org/simantics/fmu/FMUControlJNI.java index 7ed21b4f..1a778c3c 100644 --- a/org.simantics.fmu/src/org/simantics/fmu/FMUControlJNI.java +++ b/org.simantics.fmu/src/org/simantics/fmu/FMUControlJNI.java @@ -32,7 +32,7 @@ public class FMUControlJNI { static { File[] libraries = new File[3]; - Bundle bundle = Platform.getBundle("org.simantics.fmi.me.win32"); + Bundle bundle = Platform.getBundle("org.simantics.fmu.me.win32"); if (bundle != null) { try{ @@ -528,6 +528,7 @@ public class FMUControlJNI { private FileChannel channel; private FileLock lock; + @SuppressWarnings("resource") private boolean lockFMUDirectory() { try {