Skip to content

Commit

Permalink
still worked locally
Browse files Browse the repository at this point in the history
  • Loading branch information
kpartlow committed Jan 30, 2024
1 parent 4ff110b commit 88ceecb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ static Year toYear(Object from, Converter converter, ConverterOptions options) {
return null;
}

return Year.parse(s);
return Year.of(Integer.parseInt(s));
}


Expand Down

0 comments on commit 88ceecb

Please sign in to comment.