Author: j16sdiz
Date: 2009-01-01 11:20:50 +0000 (Thu, 01 Jan 2009)
New Revision: 24863

Modified:
   trunk/plugins/XMLSpider/IndexWriter.java
Log:
access protection

Modified: trunk/plugins/XMLSpider/IndexWriter.java
===================================================================
--- trunk/plugins/XMLSpider/IndexWriter.java    2009-01-01 11:20:39 UTC (rev 
24862)
+++ trunk/plugins/XMLSpider/IndexWriter.java    2009-01-01 11:20:50 UTC (rev 
24863)
@@ -427,7 +427,7 @@
                        Logger.minor(this, "Spider: indexes regenerated.");
        }
 
-       public void generateSubIndex(Config config, String filename) {
+       protected void generateSubIndex(Config config, String filename) {
                //              generates the new subIndex
                File outputFile = new File(filename);
                BufferedOutputStream fos;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to