We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47129c commit 560e831Copy full SHA for 560e831
src/org/csource/common/IniFileReader.java
@@ -128,7 +128,7 @@ public String[] getValues(String name)
128
129
private void loadFromFile(String conf_filename) throws FileNotFoundException, IOException
130
{
131
- //修改人 孟鹏飞,问题说明 使用中发现原来客户端打jar包后,在另一个项目中引用,另一个项目打jar包后运行时找不到客户端配置文件
+ //修改人 孟鹏飞,问题说明 使用中发现原来客户端打jar包后,在另一个项目中引用,另一个项目打jar包后运行时找不到客户端配置文件 ,能不能把我名字加上,以后好找工作
132
// FileReader fReader;
133
// BufferedReader buffReader;
134
// String line;
0 commit comments