You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/06/12 09:45:09 UTC

cvs commit: maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions ProxyNotAuthorizedFetchException.java NotAuthorizedFetchException.java NotModifiedFetchException.java

bwalding    2003/06/12 00:45:09

  Modified:    fetch/src/main/java/org/apache/maven/fetch/exceptions
                        ProxyNotAuthorizedFetchException.java
                        NotAuthorizedFetchException.java
                        NotModifiedFetchException.java
  Log:
  Removed irrelevant constructors
  
  Revision  Changes    Path
  1.3       +1 -11     maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions/ProxyNotAuthorizedFetchException.java
  
  Index: ProxyNotAuthorizedFetchException.java
  ===================================================================
  RCS file: /home/cvs/maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions/ProxyNotAuthorizedFetchException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ProxyNotAuthorizedFetchException.java	25 May 2003 12:07:49 -0000	1.2
  +++ ProxyNotAuthorizedFetchException.java	12 Jun 2003 07:45:09 -0000	1.3
  @@ -71,14 +71,4 @@
           super(message);
       }
   
  -    /**
  -     * @param message
  -     * @param cause
  -     */
  -    public ProxyNotAuthorizedFetchException(String message, Throwable cause)
  -    {
  -        super(message, cause);
  -        // TODO Auto-generated constructor stub
  -    }
  -
   }
  
  
  
  1.3       +1 -10     maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions/NotAuthorizedFetchException.java
  
  Index: NotAuthorizedFetchException.java
  ===================================================================
  RCS file: /home/cvs/maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions/NotAuthorizedFetchException.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NotAuthorizedFetchException.java	25 May 2003 12:07:49 -0000	1.2
  +++ NotAuthorizedFetchException.java	12 Jun 2003 07:45:09 -0000	1.3
  @@ -71,13 +71,4 @@
           super(message);
       }
   
  -    /**
  -     * @param message
  -     * @param cause
  -     */
  -    public NotAuthorizedFetchException(String message, Throwable cause)
  -    {
  -        super(message, cause);
  -    }
  -
   }
  
  
  
  1.2       +1 -12     maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions/NotModifiedFetchException.java
  
  Index: NotModifiedFetchException.java
  ===================================================================
  RCS file: /home/cvs/maven-new/fetch/src/main/java/org/apache/maven/fetch/exceptions/NotModifiedFetchException.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NotModifiedFetchException.java	25 May 2003 14:33:21 -0000	1.1
  +++ NotModifiedFetchException.java	12 Jun 2003 07:45:09 -0000	1.2
  @@ -74,17 +74,6 @@
       public NotModifiedFetchException(String message)
       {
           super(message);
  -        // TODO Auto-generated constructor stub
  -    }
  -
  -    /**
  -     * @param message
  -     * @param cause
  -     */
  -    public NotModifiedFetchException(String message, Throwable cause)
  -    {
  -        super(message, cause);
  -        // TODO Auto-generated constructor stub
       }
   
   }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org