Browse Source

Javadoc fixes.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271358 13f79535-47bb-0310-9956-ffa450edef68
master
adammurdoch 23 years ago
parent
commit
9eeb462907
2 changed files with 2 additions and 3 deletions
  1. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/api/AbstractTask.java
  2. +1
    -2
      proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java

+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/api/AbstractTask.java View File

@@ -41,7 +41,7 @@ public abstract class AbstractTask
* It is called after Task has been Configured and Initialized and before
* beig Disposed (If task implements appropriate interfaces).
*
* @exception Exception if an error occurs
* @exception TaskException if an error occurs
*/
public abstract void execute()
throws TaskException;


+ 1
- 2
proposal/myrmidon/src/java/org/apache/myrmidon/api/TaskContext.java View File

@@ -15,8 +15,7 @@ import org.apache.avalon.framework.context.Context;
* This interface represents the <em>Context</em> in which Task is executed.
* Like other Component APIs the TaskContext represents the communication
* path between the container and the Task.
* Unlike other APIs the Logging is provided through another interface (LogEnabled)
* as is access to Peer components (via Composable).
* Unlike other APIs the Logging is provided through another interface (LogEnabled).
*
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @version $Revision$ $Date$


Loading…
Cancel
Save