Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Apr 28, 2015
2 parents 127519f + 7684616 commit fe83c69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ public static boolean load(String path, Nature defaultNature, TreeMap<String, Co
while ((line = br.readLine()) != null)
{
String[] param = line.split("\\s");
if (param[0].length() == 0) continue; // 排除空行
if (CoreDictionary.contains(param[0]) || map.containsKey(param[0]))
{
continue;
Expand Down

0 comments on commit fe83c69

Please # to comment.