Revision: 7321
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7321&view=rev
Author:   milek_pl
Date:     2012-06-12 09:47:14 +0000 (Tue, 12 Jun 2012)
Log Message:
-----------
remove unneeded part of comment

Modified Paths:
--------------
    
trunk/JLanguageTool/src/java/org/languagetool/synthesis/pl/PolishSynthesizer.java

Modified: 
trunk/JLanguageTool/src/java/org/languagetool/synthesis/pl/PolishSynthesizer.java
===================================================================
--- 
trunk/JLanguageTool/src/java/org/languagetool/synthesis/pl/PolishSynthesizer.java
   2012-06-12 09:41:31 UTC (rev 7320)
+++ 
trunk/JLanguageTool/src/java/org/languagetool/synthesis/pl/PolishSynthesizer.java
   2012-06-12 09:47:14 UTC (rev 7321)
@@ -111,10 +111,6 @@
 
   
       final Pattern p = Pattern.compile(posTag.replace('+', '|'));
-              /*
-              .replaceAll(
-          "m[1-3]", "m[1-3]?"));
-*/
       for (final String tag : possibleTags) {
         final Matcher m = p.matcher(tag);
         if (m.matches()) {

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

Reply via email to