masonjm     2004/08/06 07:24:57

  Modified:    webdavclient/clientlib/src/java/org/apache/webdav/lib
                        NotificationListener.java
  Log:
  Fixed some typos in the javadoc
  
  Revision  Changes    Path
  1.4       +5 -5      
jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/NotificationListener.java
  
  Index: NotificationListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/NotificationListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NotificationListener.java 2 Aug 2004 15:45:49 -0000       1.3
  +++ NotificationListener.java 6 Aug 2004 14:24:57 -0000       1.4
  @@ -60,7 +60,7 @@
   /**
    * The NotificationListener class encapsulates all methods that are
    * required for dealing with WebDAV notifications.
  - * It implements poll and puss based notification handling.
  + * It implements poll and push based notification handling.
    * 
    */
   public class NotificationListener {
  @@ -78,7 +78,7 @@
   
       /**
        * 
  -     * @param host The ip-adess on which the udp or http-server is running (e.g. 
"localhost")
  +     * @param host The ip-address on which the udp or http-server is running (e.g. 
"localhost")
        * @param port The port where the udp or http-server is listening on (e.g. 4444)
        * @param repositoryHost The ip-adress of the WebDAV-repository
        * @param repositoryPort The port of the WebDAV-repository (e.g. 8080)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to