刘韬 3 years ago
parent
commit
9615a03b6c
1 changed files with 1 additions and 1 deletions
  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);