Skip to content

Commit

Permalink
MONDRIAN
Browse files Browse the repository at this point in the history
   Converted Iterator to generic. 

[git-p4: depot-paths = "//open/mondrian/": change = 8992]
  • Loading branch information
Richard Emberson committed Mar 29, 2007
1 parent 683f51d commit f9f6ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/util/ObjectPool.java
Expand Up @@ -210,7 +210,7 @@ public void clear() {
* <code>Iterator</code> returned does not
* support the removal of <code>ObjectPool</code> members.
*/
public Iterator iterator() {
public Iterator<T> iterator() {
return new Itr();
}

Expand Down

0 comments on commit f9f6ed9

Please sign in to comment.