modified src/org/csource/common/IniFileReader.java

dev
mengpengfei 2017-04-14 16:08:30 +08:00
parent c47129c3ad
commit 560e831f0b
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public class IniFileReader
private void loadFromFile(String conf_filename) throws FileNotFoundException, IOException
{
//修改人 孟鹏飞,问题说明 使用中发现原来客户端打jar包后在另一个项目中引用另一个项目打jar包后运行时找不到客户端配置文件
//修改人 孟鹏飞,问题说明 使用中发现原来客户端打jar包后在另一个项目中引用另一个项目打jar包后运行时找不到客户端配置文件 ,能不能把我名字加上,以后好找工作
// FileReader fReader;
// BufferedReader buffReader;
// String line;