Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hentchel committed Apr 3, 2013
1 parent ed0dfc6 commit bf0fcf0
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package com.yahoo.ycsb.generator;

import java.util.ArrayList;

import com.yahoo.ycsb.Utils;

/**
* An extension of the zipfian genarator that focuses the hotspots on the center of fractions of the
* keyspace. Centering is acheived by adding an centered offset to the zipfian value and treating odd/even
Expand Down Expand Up @@ -47,7 +43,7 @@ public FocusedZipfianGenerator(long itemcount, long num, long denom, boolean par
/**************************************************************************************************/

/**
* Return the next int in the sequence.
* Return the next int in the sequence (kept for backwards compatibility).
*/
public int nextInt() {
return (int)nextLong();
Expand Down

0 comments on commit bf0fcf0

Please sign in to comment.