]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.ui.launch/src/main/java/org/argeo/slc/ui/launch/DeployedSlcRuntime.java
Remove unnecessary annotations
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.ui.launch / src / main / java / org / argeo / slc / ui / launch / DeployedSlcRuntime.java
index e6691baf811f179b8a498c8eed8c7e42b092b93b..bca1113df8b592bc315f5c2db53370b344108e9e 100644 (file)
@@ -21,7 +21,6 @@ public class DeployedSlcRuntime implements SlcRuntime {
                }\r
        }\r
 \r
-       @Override\r
        public String[] getClasspath() throws CoreException {\r
                List<String> classpath = new Vector<String>();\r
                File libDir = new File(baseDir.getPath() + File.separator + relLibDir);\r
@@ -36,7 +35,6 @@ public class DeployedSlcRuntime implements SlcRuntime {
                return classpath.toArray(new String[classpath.size()]);\r
        }\r
 \r
-       @Override\r
        public IVMInstall getVmInstall() throws CoreException {\r
                return JavaRuntime.getDefaultVMInstall();\r
        }\r
@@ -45,7 +43,6 @@ public class DeployedSlcRuntime implements SlcRuntime {
                return baseDir.getPath();\r
        }\r
 \r
-       @Override\r
        public String getJavaLibraryPath() {\r
                return baseDir.getPath() + File.separator + "bin";\r
        }\r