Browse Source

The audit tool is not fully JLS compliant - wierd that ;)

So need to add in public specifier


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

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

@@ -126,7 +126,7 @@ public interface TaskContext
/**
* Safe wrapper class for Scope enums.
*/
final class ScopeEnum
public final class ScopeEnum
extends Enum
{
ScopeEnum( final String name )


Loading…
Cancel
Save