Browse Source

Made getProeprties() throw an exception on error

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

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

@@ -55,7 +55,8 @@ public interface TaskContext
* *
* @return the map of all property names to values * @return the map of all property names to values
*/ */
Map getProperties();
Map getProperties()
throws TaskException;


/** /**
* Retrieve a service that is offered by the runtime. * Retrieve a service that is offered by the runtime.


Loading…
Cancel
Save