Fixed accidental changes in another class.
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
package com.github.javafaker;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class Options {
|
||||
private final Faker faker;
|
||||
|
||||
|
||||
protected Options(Faker faker) {
|
||||
this.faker = faker;
|
||||
}
|
||||
@@ -33,7 +31,6 @@ public class Options {
|
||||
return enumConstants[faker.random().nextInt(enumConstants.length)];
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Returns a random element from an array.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user