Revision: 7276
http://languagetool.svn.sourceforge.net/languagetool/?rev=7276&view=rev
Author: milek_pl
Date: 2012-06-07 08:09:19 +0000 (Thu, 07 Jun 2012)
Log Message:
-----------
make fix cleaner
Modified Paths:
--------------
trunk/JLanguageTool/src/java/org/languagetool/AnalyzedTokenReadings.java
Modified:
trunk/JLanguageTool/src/java/org/languagetool/AnalyzedTokenReadings.java
===================================================================
--- trunk/JLanguageTool/src/java/org/languagetool/AnalyzedTokenReadings.java
2012-06-06 22:51:03 UTC (rev 7275)
+++ trunk/JLanguageTool/src/java/org/languagetool/AnalyzedTokenReadings.java
2012-06-07 08:09:19 UTC (rev 7276)
@@ -176,7 +176,7 @@
}
}
if (l.isEmpty()) {
- l.add(new AnalyzedToken(anTokReadings[0].getToken(), null, null));
+ l.add(new AnalyzedToken(this.token, null, null));
}
anTokReadings = l.toArray(new AnalyzedToken[l.size()]);
setNoRealPOStag();
@@ -198,7 +198,7 @@
}
}
if (l.isEmpty()) {
- l.add(new AnalyzedToken(anTokReadings[0].getToken(), null, null));
+ l.add(new AnalyzedToken(this.token, null, null));
}
anTokReadings = l.toArray(new AnalyzedToken[l.size()]);
setNoRealPOStag();
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs