From 733ccc7bb73bdb00cef32215f86cb145541f2ccb Mon Sep 17 00:00:00 2001 From: yuqing Date: Thu, 20 Apr 2017 09:23:56 +0800 Subject: [PATCH] change comment --- src/org/csource/common/IniFileReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/csource/common/IniFileReader.java b/src/org/csource/common/IniFileReader.java index c86f6bf..727e100 100644 --- a/src/org/csource/common/IniFileReader.java +++ b/src/org/csource/common/IniFileReader.java @@ -128,7 +128,7 @@ public class IniFileReader private void loadFromFile(String conf_filename) throws FileNotFoundException, IOException { - //修改人 孟鹏飞,问题说明 使用中发现原来客户端打jar包后,在另一个项目中引用,另一个项目打jar包后运行时找不到客户端配置文件 ,能不能把我名字加上,以后好找工作 + //问题说明 使用中发现原来客户端打jar包后,在另一个项目中引用,另一个项目打jar包后运行时找不到客户端配置文件 String name; String value; Object obj;