Skip to content

Commit 41b2180

Browse files
h3nriquesleipnir
andauthored
Refactoring.
Co-authored-by: Adriano Santos <[email protected]>
1 parent 10cb1d6 commit 41b2180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/eigr/spawn/api/actors/Value.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public ResponseType getType() {
8888
return type;
8989
}
9090

91-
public Value response(Object value) {
91+
public <R extends GeneratedMessageV3> Value response(R value) {
9292
this.response = value;
9393
return this;
9494
}

0 commit comments

Comments
 (0)