Author: tv
Date: Tue Jun 24 13:02:14 2008
New Revision: 671325

URL: http://svn.apache.org/viewvc?rev=671325&view=rev
Log:
Fixed JavaDoc

Modified:
    
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeException.java
    
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeRuntimeException.java

Modified: 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeException.java
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeException.java?rev=671325&r1=671324&r2=671325&view=diff
==============================================================================
--- 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeException.java
 (original)
+++ 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeException.java
 Tue Jun 24 13:02:14 2008
@@ -33,7 +33,7 @@
     private static final long serialVersionUID = 7078617074679759156L;
 
     /**
-     * Constructs a new <code>TurbineException</code> without specified
+     * Constructs a new <code>IntakeException</code> without specified
      * detail message.
      */
     public IntakeException()
@@ -42,7 +42,7 @@
     }
 
     /**
-     * Constructs a new <code>TurbineException</code> with specified
+     * Constructs a new <code>IntakeException</code> with specified
      * detail message.
      *
      * @param msg The error message.
@@ -53,7 +53,7 @@
     }
 
     /**
-     * Constructs a new <code>TurbineException</code> with specified
+     * Constructs a new <code>IntakeException</code> with specified
      * nested <code>Throwable</code>.
      *
      * @param nested The exception or error that caused this exception
@@ -65,7 +65,7 @@
     }
 
     /**
-     * Constructs a new <code>TurbineException</code> with specified
+     * Constructs a new <code>IntakeException</code> with specified
      * detail message and nested <code>Throwable</code>.
      *
      * @param msg    The error message.

Modified: 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeRuntimeException.java
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeRuntimeException.java?rev=671325&r1=671324&r2=671325&view=diff
==============================================================================
--- 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeRuntimeException.java
 (original)
+++ 
turbine/fulcrum/trunk/intake/src/java/org/apache/fulcrum/intake/IntakeRuntimeException.java
 Tue Jun 24 13:02:14 2008
@@ -33,7 +33,7 @@
     private static final long serialVersionUID = -6874511109052092373L;
 
     /**
-     * Constructs a new <code>TurbineException</code> without specified
+     * Constructs a new <code>IntakeRuntimeException</code> without specified
      * detail message.
      */
     public IntakeRuntimeException()
@@ -42,7 +42,7 @@
     }
 
     /**
-     * Constructs a new <code>TurbineException</code> with specified
+     * Constructs a new <code>IntakeRuntimeException</code> with specified
      * detail message.
      *
      * @param msg The error message.
@@ -53,7 +53,7 @@
     }
 
     /**
-     * Constructs a new <code>TurbineException</code> with specified
+     * Constructs a new <code>IntakeRuntimeException</code> with specified
      * nested <code>Throwable</code>.
      *
      * @param nested The exception or error that caused this exception
@@ -65,7 +65,7 @@
     }
 
     /**
-     * Constructs a new <code>TurbineException</code> with specified
+     * Constructs a new <code>IntakeRuntimeException</code> with specified
      * detail message and nested <code>Throwable</code>.
      *
      * @param msg    The error message.


Reply via email to