You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/05/23 03:00:13 UTC

svn commit: r176417 - /lenya/trunk/src/java/org/apache/lenya/lucene/html/HTMLParser.java

Author: gregor
Date: Sun May 22 18:00:13 2005
New Revision: 176417

URL: http://svn.apache.org/viewcvs?rev=176417&view=rev
Log:
Made a constant final

Modified:
    lenya/trunk/src/java/org/apache/lenya/lucene/html/HTMLParser.java

Modified: lenya/trunk/src/java/org/apache/lenya/lucene/html/HTMLParser.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/lucene/html/HTMLParser.java?rev=176417&r1=176416&r2=176417&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/lucene/html/HTMLParser.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/lucene/html/HTMLParser.java Sun May 22 18:00:13 2005
@@ -35,7 +35,7 @@
     /**
      * <code>SUMMARY_LENGTH</code> Contains the length of the summary.
      */
-    public static int SUMMARY_LENGTH = 200;
+    public static final int SUMMARY_LENGTH = 200;
     /**
      * <code>token_source</code>
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org