sgala 01/10/16 04:06:46 Modified: src/java/org/apache/jetspeed/portal/expire FileWatcher.java Log: Deprecation and javadoc warnings Revision Changes Path 1.10 +6 -6 jakarta-jetspeed/src/java/org/apache/jetspeed/portal/expire/FileWatcher.java Index: FileWatcher.java =================================================================== RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/expire/FileWatcher.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- FileWatcher.java 2001/03/07 06:46:19 1.9 +++ FileWatcher.java 2001/10/16 11:06:46 1.10 @@ -71,7 +71,7 @@ A generic class for watching a file and determining if it has changed. @author <a href="mailto:[EMAIL PROTECTED]">Kevin A. Burton</a> -@version $Id: FileWatcher.java,v 1.9 2001/03/07 06:46:19 taylor Exp $ +@version $Id: FileWatcher.java,v 1.10 2001/10/16 11:06:46 sgala Exp $ */ public class FileWatcher { @@ -104,10 +104,10 @@ /** Create a FileWatcher with no parent info. - @see FileWatcher# + @see #FileWatcher( String, String ) @author <a href="mailto:[EMAIL PROTECTED]">Kevin A. Burton</a> - @version $Id: FileWatcher.java,v 1.9 2001/03/07 06:46:19 taylor Exp $ + @version $Id: FileWatcher.java,v 1.10 2001/10/16 11:06:46 sgala Exp $ */ public FileWatcher( String url ) throws IOException { this( url, null ); @@ -117,7 +117,7 @@ Create a new FileWatcher to watch the given URL. @author <a href="mailto:[EMAIL PROTECTED]">Kevin A. Burton</a> - @version $Id: FileWatcher.java,v 1.9 2001/03/07 06:46:19 taylor Exp $ + @version $Id: FileWatcher.java,v 1.10 2001/10/16 11:06:46 sgala Exp $ */ public FileWatcher( String url, String parent ) throws IOException { @@ -142,7 +142,7 @@ Return true if the URL on which this is based has changed. @author <a href="mailto:[EMAIL PROTECTED]">Kevin A. Burton</a> - @version $Id: FileWatcher.java,v 1.9 2001/03/07 06:46:19 taylor Exp $ + @version $Id: FileWatcher.java,v 1.10 2001/10/16 11:06:46 sgala Exp $ */ public boolean hasChanged() { @@ -176,7 +176,7 @@ message += "REFRESH: Expiring Portlet because it's URL has been modified on disk -> " + url; - Log.note( message ); + Log.info( message ); return true; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
