modified src/org/csource/common/IniFileReader.java
parent
c4c9d94656
commit
c47129c3ad
|
@ -128,10 +128,11 @@ public class IniFileReader
|
||||||
|
|
||||||
private void loadFromFile(String conf_filename) throws FileNotFoundException, IOException
|
private void loadFromFile(String conf_filename) throws FileNotFoundException, IOException
|
||||||
{
|
{
|
||||||
FileReader fReader;
|
//修改人 孟鹏飞,问题说明 使用中发现原来客户端打jar包后,在另一个项目中引用,另一个项目打jar包后运行时找不到客户端配置文件
|
||||||
BufferedReader buffReader;
|
// FileReader fReader;
|
||||||
String line;
|
// BufferedReader buffReader;
|
||||||
String[] parts;
|
// String line;
|
||||||
|
// String[] parts;
|
||||||
String name;
|
String name;
|
||||||
String value;
|
String value;
|
||||||
Object obj;
|
Object obj;
|
||||||
|
|
Loading…
Reference in New Issue