浏览代码

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);
}
}
}

正在加载...
取消
保存