Revision: 9325
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9325&view=rev
Author:   dnaber
Date:     2013-02-08 08:53:07 +0000 (Fri, 08 Feb 2013)
Log Message:
-----------
adding javadoc

Modified Paths:
--------------
    
trunk/languagetool/languagetool-core/src/main/java/org/languagetool/rules/spelling/morfologik/MorfologikSpeller.java

Modified: 
trunk/languagetool/languagetool-core/src/main/java/org/languagetool/rules/spelling/morfologik/MorfologikSpeller.java
===================================================================
--- 
trunk/languagetool/languagetool-core/src/main/java/org/languagetool/rules/spelling/morfologik/MorfologikSpeller.java
        2013-02-07 23:27:38 UTC (rev 9324)
+++ 
trunk/languagetool/languagetool-core/src/main/java/org/languagetool/rules/spelling/morfologik/MorfologikSpeller.java
        2013-02-08 08:53:07 UTC (rev 9325)
@@ -42,7 +42,6 @@
 
   /**
    * Creates a speller with the given maximum edit distance.
-   * 
    * @param filename path in classpath to morfologik dictionary
    * @param conversionLocale used when transforming the word to lowercase
    */
@@ -57,7 +56,6 @@
 
   /**
    * Creates a speller with a maximum edit distance of one.
-   * 
    * @param filename path in classpath to morfologik dictionary
    * @param conversionLocale used when transforming the word to lowercase
    */
@@ -65,6 +63,10 @@
     this(filename, conversionLocale, 1);
   }
 
+  /**
+   * Creates a speller with a maximum edit distance of one.
+   * @param filename path in classpath to morfologik dictionary
+   */
   public MorfologikSpeller(String filename) throws IOException {
     this(filename, null);
   }

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


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to