Skip to content

Commit 733ccc7

Browse files
author
yuqing
committed
change comment
1 parent cdad1df commit 733ccc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/csource/common/IniFileReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public String[] getValues(String name)
128128

129129
private void loadFromFile(String conf_filename) throws FileNotFoundException, IOException
130130
{
131-
//修改人 孟鹏飞,问题说明 使用中发现原来客户端打jar包后,在另一个项目中引用,另一个项目打jar包后运行时找不到客户端配置文件 ,能不能把我名字加上,以后好找工作
131+
//问题说明 使用中发现原来客户端打jar包后,在另一个项目中引用,另一个项目打jar包后运行时找不到客户端配置文件
132132
String name;
133133
String value;
134134
Object obj;

0 commit comments

Comments
 (0)