Revision: 9190
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=9190&view=rev
Author:   dnaber
Date:     2013-01-23 21:14:53 +0000 (Wed, 23 Jan 2013)
Log Message:
-----------
fix compile error

Modified Paths:
--------------
    
trunk/languagetool/languagetool-standalone/src/main/dev/org/languagetool/dev/RuleOverview.java

Modified: 
trunk/languagetool/languagetool-standalone/src/main/dev/org/languagetool/dev/RuleOverview.java
===================================================================
--- 
trunk/languagetool/languagetool-standalone/src/main/dev/org/languagetool/dev/RuleOverview.java
      2013-01-23 21:13:14 UTC (rev 9189)
+++ 
trunk/languagetool/languagetool-standalone/src/main/dev/org/languagetool/dev/RuleOverview.java
      2013-01-23 21:14:53 UTC (rev 9190)
@@ -70,7 +70,7 @@
     System.out.println("  <th width=\"120\"></th>");
     System.out.println("  <th align=\"left\" 
width=\"60\">Java<br/>rules</th>");
     System.out.println("  <th align=\"left\" 
width=\"60\">False<br/>friends</th>");
-    System.out.println("  <th valign='bottom' 
width=\"65\">Auto-<br/>detected</th>");
+    //System.out.println("  <th valign='bottom' 
width=\"65\">Auto-<br/>detected</th>");
     System.out.println("  <th valign='bottom' align=\"left\">Rule 
Maintainers</th>");
     System.out.println("</tr>");
     System.out.println("</thead>");
@@ -146,7 +146,7 @@
         final int count = countFalseFriendRules(falseFriendRules, lang);
         System.out.print("<td valign=\"top\" align=\"right\">" + count + 
"</td>");
 
-        System.out.print("<td valign=\"top\">" + 
(isAutoDetected(lang.getShortName()) ? "yes" : "-") + "</td>");
+        //System.out.print("<td valign=\"top\">" + 
(isAutoDetected(lang.getShortName()) ? "yes" : "-") + "</td>");
         
         // maintainer information:
         final StringBuilder maintainerInfo = getMaintainerInfo(lang);
@@ -244,7 +244,7 @@
     return maintainerInfo;
   }
 
-  private boolean isAutoDetected(String code) {
+  /*private boolean isAutoDetected(String code) {
     if (LanguageIdentifier.getSupportedLanguages().contains(code)) {
       return true;
     }
@@ -253,7 +253,7 @@
       return true;
     }
     return false;
-  }
+  }*/
 
 }
 

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


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to