瀏覽代碼

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…
取消
儲存