Browse Source

Issue-#428: Correct a typo.

pull/432/head
Hiroshi Ukai 1 year ago
parent
commit
69d4a35ff4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/java/javassist/CtClass.java

+ 1
- 1
src/main/java/javassist/CtClass.java View File

@@ -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…
Cancel
Save