Skip to content

Commit

Permalink
NamedList.getName must use generic type.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@527 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Apr 16, 2012
1 parent 8d0ca7b commit 610d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/olap4j/metadata/NamedList.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public interface NamedList<E> extends List<E> {
* @param element Element
* @return Name of element
*/
String getName(Object element);
String getName(E element);

/**
* Returns a view of this named list as a {@link Map} whose key is the name
Expand Down

0 comments on commit 610d34d

Please sign in to comment.