Removed getFiscalDayOfMonth()
commitec6a38bccbc660f1bdc3280315c3bb371ed29e2b
authorSebastian Hoß <mail@shoss.de>
Tue, 13 Aug 2013 11:51:05 +0000 (13 13:51 +0200)
committerSebastian Hoß <mail@shoss.de>
Tue, 13 Aug 2013 11:51:05 +0000 (13 13:51 +0200)
tree4307b53b325bfcb344c4912725d879bd592c4f44
parent9b6fb7472c8e82588c25fb7824a379e71ea74d59
Removed getFiscalDayOfMonth()

The fiscal day is exactly the same as the calendar day. Therefore use
getCalendarDayOfMonth() instead.

Signed-off-by: Sebastian Hoß <mail@shoss.de>
src/main/java/com/github/sebhoss/time/FiscalDate.java
src/main/java/com/github/sebhoss/time/FiscalDateImplementation.java
src/test/java/com/github/sebhoss/time/FiscalDateGetFiscalDayOfMonthTest.java [deleted file]