Declare IterableEnumeration final as it only has private constructors
This commit is contained in:
@@ -26,7 +26,7 @@ import java.util.Iterator;
|
||||
*
|
||||
* @param <T> the type of the Enumeration's contents
|
||||
*/
|
||||
public class IterableEnumeration<T> implements Iterable<T> {
|
||||
public final class IterableEnumeration<T> implements Iterable<T> {
|
||||
|
||||
private final Enumeration<T> enumeration;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user