Skip to content

Commit

Permalink
Rename class FormattedLocalDateValueConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 19, 2024
1 parent 8630e68 commit 0522a50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import java.time.LocalDateTime
* @since 6.1
*/
@CompileStatic
class FormattedLocalDateValueConverter implements FormattedValueConverter {
class FormattedLocalDateTimeValueConverter implements FormattedValueConverter {

def convert(value, String format) {
if(value instanceof LocalDateTime) {
Expand Down

0 comments on commit 0522a50

Please sign in to comment.