|
|
@@ -313,9 +313,7 @@ public class InterfaceSuite {
|
|
|
|
|
|
}
|
|
|
|
|
|
- private interface TGenerator extends Function<int[], Object>, Supplier<Object> {
|
|
|
-
|
|
|
- }
|
|
|
+ private interface TGenerator extends Function<int[], Object>, Supplier<Object> { }
|
|
|
|
|
|
private static class TGeneratorF implements TGenerator {
|
|
|
|