Преглед изворни кода

Issue-#428: Correct a typo.

pull/432/head
Hiroshi Ukai пре 1 година
родитељ
комит
69d4a35ff4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/main/java/javassist/CtClass.java

+ 1
- 1
src/main/java/javassist/CtClass.java Прегледај датотеку

@@ -1693,7 +1693,7 @@ public abstract class CtClass {
properties.load(CtClass.class.getClassLoader().getResourceAsStream(".properties"));
return properties.getProperty("product.version");
} catch (IOException e) {
throw new RuntimeException("Failed to a resource '.properties' from the classpath. (Packaging issue)", e);
throw new RuntimeException("Failed to read a resource '.properties' from the classpath. (Packaging issue)", e);
}
}
}

Loading…
Откажи
Сачувај