Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz authored and angelo.andreussi committed Jul 20, 2023
1 parent 54c18f4 commit a77eca9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3802,7 +3802,7 @@ public <Type> Builder addExtension(
@java.lang.Override
public <Type> Builder clearExtension(
com.google.protobuf.GeneratedMessage.GeneratedExtension<
KuraPayloadProto.KuraPayload, ?> extension) {
KuraPayloadProto.KuraPayload, Type> extension) {
return super.clearExtension(extension);
}
@java.lang.Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3802,7 +3802,7 @@ public <Type> Builder addExtension(
@java.lang.Override
public <Type> Builder clearExtension(
com.google.protobuf.GeneratedMessage.GeneratedExtension<
org.eclipse.kapua.service.device.call.message.kura.proto.KuraPayloadProto.KuraPayload, ?> extension) {
org.eclipse.kapua.service.device.call.message.kura.proto.KuraPayloadProto.KuraPayload, Type> extension) {
return super.clearExtension(extension);
}
@java.lang.Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3802,7 +3802,7 @@ public <Type> Builder addExtension(
@java.lang.Override
public <Type> Builder clearExtension(
com.google.protobuf.GeneratedMessage.GeneratedExtension<
KuraPayloadProto.KuraPayload, ?> extension) {
KuraPayloadProto.KuraPayload, Type> extension) {
return super.clearExtension(extension);
}
@java.lang.Override
Expand Down

0 comments on commit a77eca9

Please sign in to comment.