mirror of
https://github.com/NLthijs48/AreaShop.git
synced 2025-02-19 21:32:28 +01:00
Checkstyle fix
This commit is contained in:
parent
8eef029400
commit
dfa3e0be66
@ -593,7 +593,7 @@ public abstract class GeneralRegion implements GeneralRegionInterface, Comparabl
|
||||
case AreaShop.tagDay:
|
||||
return Calendar.getInstance().get(Calendar.DAY_OF_MONTH);
|
||||
case AreaShop.tagMonth:
|
||||
return Calendar.getInstance().get(Calendar.MONTH)+1;
|
||||
return Calendar.getInstance().get(Calendar.MONTH) + 1;
|
||||
case AreaShop.tagYear:
|
||||
return Calendar.getInstance().get(Calendar.YEAR);
|
||||
case AreaShop.tagDateTime:
|
||||
|
Loading…
Reference in New Issue
Block a user