Fixing the BuilderParents generated by protobuf with FQN and fixing @returns => @return

This commit is contained in:
Viktor Klang 2011-11-08 19:10:07 +01:00
parent 55d2a48887
commit 3021baa3e4
7 changed files with 22 additions and 22 deletions

View file

@ -273,7 +273,7 @@ public final class ProtobufProtocol {
maybeForceBuilderInitialization();
}
private Builder(BuilderParent parent) {
private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}