Fixing the BuilderParents generated by protobuf with FQN and fixing @returns => @return
This commit is contained in:
parent
55d2a48887
commit
3021baa3e4
7 changed files with 22 additions and 22 deletions
|
|
@ -273,7 +273,7 @@ public final class ProtobufProtocol {
|
|||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
||||
private Builder(BuilderParent parent) {
|
||||
private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
|
||||
super(parent);
|
||||
maybeForceBuilderInitialization();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue