OSDN Git Service

ドキュメントをutf-8にして,ドキュメントを読み込むときにエンコーディングを指定するようにした.
[stigmata/stigmata-core.git] / src / main / java / jp / sourceforge / stigmata / utils / Utility.java
index fc1be95..72c8697 100644 (file)
@@ -59,7 +59,7 @@ public class Utility{
         if(flag){
             try{
                 JarFile jarfile = new JarFile(pluginFile);
-                JarEntry entry = jarfile.getJarEntry("META-INF/services/jp.sourceforge.stigmata.spi.BirthmarkSpi");
+                JarEntry entry = jarfile.getJarEntry("META-INF/services/jp.sourceforge.stigmata.spi.BirthmarkService");
                 if(entry == null){
                     messages.add("install.error.servicedescriptor.missing");
                     flag = false;