Revision: 9887
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9887&view=rev
Author:   jaumeortola
Date:     2013-04-06 12:53:37 +0000 (Sat, 06 Apr 2013)
Log Message:
-----------
Set locQualityIssueType="duplication" in rule WORD_REPEAT_RULE

Modified Paths:
--------------
    
trunk/languagetool/languagetool-core/src/main/java/org/languagetool/rules/WordRepeatRule.java

Modified: 
trunk/languagetool/languagetool-core/src/main/java/org/languagetool/rules/WordRepeatRule.java
===================================================================
--- 
trunk/languagetool/languagetool-core/src/main/java/org/languagetool/rules/WordRepeatRule.java
       2013-04-06 12:44:03 UTC (rev 9886)
+++ 
trunk/languagetool/languagetool-core/src/main/java/org/languagetool/rules/WordRepeatRule.java
       2013-04-06 12:53:37 UTC (rev 9887)
@@ -36,7 +36,7 @@
   public WordRepeatRule(final ResourceBundle messages, final Language 
language) {
     super(messages);
     super.setCategory(new Category(messages.getString("category_misc")));
-    setLocQualityIssueType("addition");
+    setLocQualityIssueType("duplication");
   }
 
   /**

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to