fixed typo in ls jar file name

This commit is contained in:
Martin Lippert
2017-05-31 09:53:10 +02:00
parent 48c77e14b5
commit cad513b1bd

View File

@@ -90,7 +90,7 @@ public class SpringBootPropertiesLanguageServer extends ProcessStreamConnectionP
}
protected String getLanguageServerJARLocation() {
String languageServer = "boot-properties--language-server-0.0.1-SNAPSHOT.jar";
String languageServer = "boot-properties-language-server-0.0.1-SNAPSHOT.jar";
Bundle bundle = Platform.getBundle(Constants.PLUGIN_ID);
File dataFile = bundle.getDataFile(languageServer);