Skip to content

Commit 202f3f9

Browse files
committed
Remove interface
1 parent fd90d1a commit 202f3f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

encoders/firebase-encoders-json/src/json/java/com/google/firebase/encoders/json/JsonValueObjectEncoderContext.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@
3131

3232
final class JsonValueObjectEncoderContext implements ObjectEncoderContext, ValueEncoderContext {
3333

34-
private interface AddMethod {
35-
JsonValueObjectEncoderContext invoke(@NonNull String name, @Nullable Object o)
36-
throws IOException, EncodingException;
37-
}
38-
3934
private JsonValueObjectEncoderContext childContext = null;
4035
private boolean active = true;
4136
private final JsonWriter jsonWriter;

0 commit comments

Comments
 (0)