Add files via upload

This commit is contained in:
tiera3 2024-10-02 13:37:26 +10:00 committed by GitHub
parent 53c3ec7dad
commit f57ab161c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;