Skip to content
Snippets Groups Projects
Unverified Commit 988587ba authored by 翔驰 周's avatar 翔驰 周
Browse files

update:backend

parent f6f0b75e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -22,7 +22,7 @@
<artifactId>sentistrength_backend</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/sentiStrength-v1.0.18.jar</systemPath>
<systemPath>${project.basedir}/lib/sentiStrength-v1.0.19.jar</systemPath>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -75,6 +75,9 @@ public class DataMiningServiceImpl implements DataMiningService {
throw new MyServiceException("DS001", "Arff文件为空");
}
outFile = uk.ac.wlv.wkaclass.Arff.deleteColumnFromArff(inFile,removeDataColumnVO.getColToRemove());
if (outFile == null){
throw new MyServiceException("DS002", "Arff文件删除列出错");
}
return outFile;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment