Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
Removed TransactionTypes.spliterator(). This fixed a building error i…
Browse files Browse the repository at this point in the history
…n Eclipse but I guess it's only works on older versions of Java?
  • Loading branch information
apavlo committed Dec 29, 2016
1 parent ed55355 commit 17513c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/com/oltpbenchmark/api/TransactionTypes.java
Expand Up @@ -50,12 +50,6 @@ public int compare(TransactionType o1, TransactionType o2) {
} // FOR
}

@Override
public Spliterator<TransactionType> spliterator() {
// TODO Auto-generated method stub
return null;
}

public TransactionType getType(String procName) {
return (this.types.get(procName.toUpperCase()));
}
Expand Down

0 comments on commit 17513c2

Please sign in to comment.