Skip to content

Commit c47129c

Browse files
committed
modified src/org/csource/common/IniFileReader.java
1 parent c4c9d94 commit c47129c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/org/csource/common/IniFileReader.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,11 @@ public String[] getValues(String name)
128128

129129
private void loadFromFile(String conf_filename) throws FileNotFoundException, IOException
130130
{
131-
FileReader fReader;
132-
BufferedReader buffReader;
133-
String line;
134-
String[] parts;
131+
//修改人 孟鹏飞,问题说明 使用中发现原来客户端打jar包后,在另一个项目中引用,另一个项目打jar包后运行时找不到客户端配置文件
132+
// FileReader fReader;
133+
// BufferedReader buffReader;
134+
// String line;
135+
// String[] parts;
135136
String name;
136137
String value;
137138
Object obj;

0 commit comments

Comments
 (0)