Skip to content

Commit

Permalink
Merge pull request #599 from AtlasOfLivingAustralia/fix-598
Browse files Browse the repository at this point in the history
Give EnglishValueConverter higher priority over the standard one
  • Loading branch information
adam-collins committed Apr 17, 2024
2 parents 486f117 + 5ccb1f2 commit edc8ffc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ package au.org.ala.biocache.hubs

import groovy.util.logging.Slf4j
import grails.databinding.converters.ValueConverter
import org.springframework.core.annotation.Order

import java.text.NumberFormat

Expand All @@ -26,6 +27,7 @@ import java.text.NumberFormat
* @author "Nick dos Remedios <[email protected]>"
*/
@Slf4j
@Order(value = -1)
class EnglishValueConverter implements ValueConverter {
NumberFormat fmt

Expand Down

0 comments on commit edc8ffc

Please sign in to comment.