You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by Erik Hatcher <er...@gmail.com> on 2010/04/02 19:38:00 UTC

javadoc typo

Just a simple javadoc s/if/of/ in FileConnector.java...

Index: modules/connectors/filesystem/connector/org/apache/lcf/crawler/ 
connectors/filesystem/FileConnector.java
===================================================================
--- modules/connectors/filesystem/connector/org/apache/lcf/crawler/ 
connectors/filesystem/FileConnector.java	(revision 930279)
+++ modules/connectors/filesystem/connector/org/apache/lcf/crawler/ 
connectors/filesystem/FileConnector.java	(working copy)
@@ -24,7 +24,7 @@
  import org.apache.lcf.crawler.system.Logging;
  import java.io.*;

-/** This is the "repository connector" for a file system.  It's a  
relative if the share crawler, and should have
+/** This is the "repository connector" for a file system.  It's a  
relative of the share crawler, and should have
  * comparable basic functionality, with the exception of the ability  
to use ActiveDirectory and look at other shares.
  */
  public class FileConnector extends  
org.apache.lcf.crawler.connectors.BaseRepositoryConnector