刘韬 3 năm trước cách đây
mục cha
commit
9615a03b6c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -68,7 +68,7 @@ public class ViewController extends Controller {
 		// 创建从文件读取数据的FileInputStream流
 		FileInputStream fin;
 		String s = null;
-		String d = null;
+		String d = "";
 
 		try {
 			fin = new FileInputStream(fin_floder);