Revision: 9936
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9936&view=rev
Author:   dnaber
Date:     2013-04-14 21:52:21 +0000 (Sun, 14 Apr 2013)
Log Message:
-----------
improve wording on Java rules

Modified Paths:
--------------
    trunk/website/www/development/index.php

Modified: trunk/website/www/development/index.php
===================================================================
--- trunk/website/www/development/index.php     2013-04-14 21:38:10 UTC (rev 
9935)
+++ trunk/website/www/development/index.php     2013-04-14 21:52:21 UTC (rev 
9936)
@@ -2,7 +2,7 @@
 $page = "development";
 $title = "LanguageTool";
 $title2 = "Development";
-$lastmod = "2013-02-22 22:06:00 CET";
+$lastmod = "2013-04-14 23:06:00 CET";
 include("../../include/header.php");
 include('../../include/geshi/geshi.php');
 ?>
@@ -422,7 +422,7 @@
 <p>See <tt><a 
href="http://languagetool.svn.sourceforge.net/viewvc/languagetool/trunk/languagetool/languagetool-core/src/main/java/org/languagetool/rules/WordRepeatRule.java?content-type=text%2Fplain";>rules/WordRepeatRule.java</a></tt>
 for a simple
 example which you can use to develop your own rules. You will also need to
-add your rule's id to <tt>&lt;YourLanguage&gt;.java</tt> to activate it.
+add your rule's class to the <tt>getRelevantRules()</tt> method in 
<tt>&lt;YourLanguage&gt;.java</tt> to activate it.
 
 
 <h2><a name="translation">Translating the user interface</a></h2>

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to