We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb7330 commit a71bcdbCopy full SHA for a71bcdb
1 file changed
README.md
@@ -98,7 +98,7 @@ public class FactoryAValues
98
implements ValueA, ...
99
{
100
@Override
101
- default void forEach(BiConsumer<String, Object> action) {
+ public void forEach(BiConsumer<String, Object> action) {
102
ValueA.super.forEach( action );
103
// and so on, for other implemented Values interfaces
104
}
0 commit comments