Skip to content

Commit

Permalink
MONDRIAN: Fix 'enum' keyword warning in JDK 1.5.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 3418]
  • Loading branch information
julianhyde committed Mar 29, 2005
1 parent d5b6f73 commit c1618e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/javax/jmi/reflect/RefPackage.java
Expand Up @@ -15,7 +15,7 @@ public interface RefPackage extends RefBaseObject {
public Collection refAllAssociations();
public RefStruct refCreateStruct(RefObject struct, List params);
public RefStruct refCreateStruct(String structName, List params);
public RefEnum refGetEnum(RefObject enum, String name);
public RefEnum refGetEnum(RefObject enum_, String name);
public RefEnum refGetEnum(String enumName, String name);
public void refDelete();
}

0 comments on commit c1618e5

Please sign in to comment.