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
remotes/1776816827838153613/tmp_25f451bd36ab3145e487fcb2cd5c62c571e5b602
Peter Donald 24 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
*/
Map getProperties();
Map getProperties()
throws TaskException;

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


Loading…
Cancel
Save