Skip to content

Move AbstractMessage to API package. Make all well-known types extend… #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public FieldDescriptor getOneofFieldDescriptor(OneofDescriptor oneof) {

@Override
public final String toString() {
return TextFormat.printer().printToString(this);
return TextFormatInternal.printer().printToString(this);
}

@Override
Expand Down Expand Up @@ -437,7 +437,7 @@ public Message.Builder getRepeatedFieldBuilder(final FieldDescriptor field, int

@Override
public String toString() {
return TextFormat.printer().printToString(this);
return TextFormatInternal.printer().printToString(this);
}

/** Construct an UninitializedMessageException reporting missing fields in the given message. */
Expand Down
4 changes: 2 additions & 2 deletions protobuf-api/src/main/java/com/google/protobuf/Any.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions protobuf-api/src/main/java/com/google/protobuf/Api.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions protobuf-api/src/main/java/com/google/protobuf/BoolValue.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading