Skip to content

Commit c48b6d0

Browse files
committed
Fix test expectation
1 parent ae4102f commit c48b6d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conjure-java-core/src/integrationInput/java/com/palantir/product/DoubleAliasExample.java

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public int hashCode() {
3434
return Double.hashCode(value);
3535
}
3636

37+
@JsonCreator
3738
public static DoubleAliasExample valueOf(String value) {
3839
return new DoubleAliasExample(Double.parseDouble(value));
3940
}

0 commit comments

Comments
 (0)