donaldp 02/05/22 21:32:37
Modified: container/src/java/org/apache/myrmidon/components/embeddor
DefaultEmbeddor.java
container/src/java/org/apache/myrmidon/components/workspace
DefaultTaskContext.java
Log:
@exception --> @throws
Revision Changes Path
1.74 +3 -3
jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java
Index: DefaultEmbeddor.java
===================================================================
RCS file:
/home/cvs/jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/components/embeddor/DefaultEmbeddor.java,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- DefaultEmbeddor.java 21 May 2002 06:52:28 -0000 1.73
+++ DefaultEmbeddor.java 23 May 2002 04:32:36 -0000 1.74
@@ -62,7 +62,7 @@
* Instantiate this to embed inside other applications.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.73 $ $Date: 2002/05/21 06:52:28 $
+ * @version $Revision: 1.74 $ $Date: 2002/05/23 04:32:36 $
*/
public class DefaultEmbeddor
extends AbstractLogEnabled
@@ -186,7 +186,7 @@
/**
* Initialize the system.
*
- * @exception Exception if an error occurs
+ * @throws Exception if an error occurs
*/
public void initialize()
throws Exception
@@ -340,7 +340,7 @@
* @param roleType the name of interface/type
* @param defaultImpl the classname of the default implementation
* @return the created object
- * @exception Exception if an error occurs
+ * @throws Exception if an error occurs
*/
private Object createService( final Class roleType, final String
defaultImpl )
throws Exception
1.46 +2 -2
jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/components/workspace/DefaultTaskContext.java
Index: DefaultTaskContext.java
===================================================================
RCS file:
/home/cvs/jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/components/workspace/DefaultTaskContext.java,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- DefaultTaskContext.java 11 May 2002 12:26:19 -0000 1.45
+++ DefaultTaskContext.java 23 May 2002 04:32:37 -0000 1.46
@@ -28,7 +28,7 @@
* Default implementation of TaskContext.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a>
- * @version $Revision: 1.45 $ $Date: 2002/05/11 12:26:19 $
+ * @version $Revision: 1.46 $ $Date: 2002/05/23 04:32:37 $
*/
public class DefaultTaskContext
implements TaskContext
@@ -108,7 +108,7 @@
*
* @param serviceClass the interface class that defines the service
* @return an instance of the service implementing interface specified
by parameter
- * @exception TaskException is thrown when the service is unavailable or
not supported
+ * @throws TaskException is thrown when the service is unavailable or
not supported
*/
public Object getService( final Class serviceClass )
throws TaskException
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>