]> git.mxchange.org Git - jcountry-core.git/commitdiff
surpressed warnings that cannot be fixed anyway
authorRoland Häder <roland@mxchange.org>
Fri, 29 Apr 2016 10:09:33 +0000 (12:09 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 29 Apr 2016 10:09:33 +0000 (12:09 +0200)
src/org/mxchange/jcountry/data/CountryData.java

index 9f8424135e0ec63eb31f1cbde7a2e997240912d1..cb7e0bc9e3ac6c8c2c4d6cdd23b22c3e3f2b5e41 100644 (file)
@@ -167,11 +167,13 @@ public class CountryData implements Country {
        }
 
        @Override
+       @SuppressWarnings ("ReturnOfDateField")
        public Calendar getCountryEntryCreated () {
                return this.countryEntryCreated;
        }
 
        @Override
+       @SuppressWarnings ("AssignmentToDateFieldFromParameter")
        public void setCountryEntryCreated (final Calendar countryEntryCreated) {
                this.countryEntryCreated = countryEntryCreated;
        }