Skip to content

Commit

Permalink
improvement for tip
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Dec 21, 2015
1 parent 20ea838 commit d3783e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/org/apdplat/word/analysis/SentenceIdentify.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ private static void run(String encoding) {
}

private static void showUsage() {
LOGGER.info("");
LOGGER.info("********************************************");
LOGGER.info("用法: 输入句子并回车");
LOGGER.info("输入exit退出程序");
LOGGER.info("********************************************");
System.out.println("");
System.out.println("********************************************");
System.out.println("用法: 输入句子并回车");
System.out.println("输入exit退出程序");
System.out.println("********************************************");
}

private static void processSentence(String[] args) {
Expand Down

0 comments on commit d3783e9

Please sign in to comment.