刘韬 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);