刘韬 3 年之前
父节点
当前提交
9615a03b6c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);