Skip to content

Commit

Permalink
Remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeortiz85 committed Aug 31, 2011
1 parent ca8d5e8 commit 6279faf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ import org.joda.time.format.{DateTimeFormatter, DateTimeParser,
DateTimePrinter}

class RichDateTimeFormatter(underlying: DateTimeFormatter) {
def chronology: Chronology = underlying.getChronolgy
def chronology: Chronology = underlying.getChronology
def locale: Locale = underlying.getLocale
def parser: DateTimeParser = underlying.getParser
def pivotYear: Int = underlying.getPivotYear.intValue
Expand Down

0 comments on commit 6279faf

Please sign in to comment.