Revision: 6956
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6956&view=rev
Author:   dnaber
Date:     2012-05-17 13:06:47 +0000 (Thu, 17 May 2012)
Log Message:
-----------
adding "final"

Modified Paths:
--------------
    trunk/JLanguageTool/src/java/org/languagetool/rules/Category.java

Modified: trunk/JLanguageTool/src/java/org/languagetool/rules/Category.java
===================================================================
--- trunk/JLanguageTool/src/java/org/languagetool/rules/Category.java   
2012-05-17 12:57:34 UTC (rev 6955)
+++ trunk/JLanguageTool/src/java/org/languagetool/rules/Category.java   
2012-05-17 13:06:47 UTC (rev 6956)
@@ -28,8 +28,8 @@
 
   private static final int DEFAULT_PRIORITY = 50;
   
-  private int priority;
-  private String name;
+  private final int priority;
+  private final String name;
   private boolean defaultOff;
 
   /**

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