Skip to content

Commit

Permalink
Merge pull request #33 from ccap/print
Browse files Browse the repository at this point in the history
Fix method reference
  • Loading branch information
pbrant authored Jun 27, 2019
2 parents 20c0098 + 1587147 commit 5b7c9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/DateTimeSupport.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module DateTimeSupport {
<scala
t="org.joda.time.LocalDate"
decode="Decoder.date"
encode="gov.wicourts.common.LocalDateOps.sortableDateFormat.prInt">
encode="gov.wicourts.common.LocalDateOps.sortableDateFormat.print">
<purs
t="Ccap.Common.DateTime.Date.Date"
decode="Ccap.Common.DateTime.Date.decodeIsoMadison"
Expand Down

0 comments on commit 5b7c9ee

Please sign in to comment.