mirror of
https://gitee.com/BDWare/router-backend
synced 2026-01-30 08:09:25 +00:00
fix: fix bugs in build.gradle
fix task errors in build.gradle
This commit is contained in:
@@ -3,10 +3,12 @@ package org.bdware.bdserver.testLucene;
|
||||
import org.bdware.server.nodecenter.MetaIndexAction;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public class WordSegmentationTest {
|
||||
@Test
|
||||
public void go(){
|
||||
public void go() throws IOException {
|
||||
MetaIndexAction i = new MetaIndexAction();
|
||||
i.segmentWord(null,null);
|
||||
i.segmentWord(null, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user