mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Add files via upload
This commit is contained in:
parent
53c3ec7dad
commit
f57ab161c5
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ public class Rotater<T> {
|
|||
}
|
||||
|
||||
// for striped collation
|
||||
public Rotater(int sLen, String... items) {
|
||||
public Rotater(int sLen, T... items) {
|
||||
// should there be an error check?
|
||||
// assert ( items.size() % sLen ) == 0;
|
||||
this.stripeLen = sLen;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue