From e67b33b3b74c4f802740e75f8c38638fed223fd1 Mon Sep 17 00:00:00 2001 From: lempinen Date: Wed, 10 Oct 2012 11:42:29 +0000 Subject: [PATCH] Fixed plugin name reference (refs #3763) git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@25967 ac1ea38d-2e2b-0410-8846-a27921b304fc --- org.simantics.fmu/src/org/simantics/fmu/FMUControlJNI.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { -- 2.47.1