Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -29,5 +29,5 @@ public interface AhaCollectionSchedule {
|
||||
/**
|
||||
* Returns the next collection dates per {@link WasteType}.
|
||||
*/
|
||||
public Map<WasteType, CollectionDate> getCollectionDates() throws IOException;
|
||||
Map<WasteType, CollectionDate> getCollectionDates() throws IOException;
|
||||
}
|
||||
|
||||
@@ -25,6 +25,6 @@ public interface AhaCollectionScheduleFactory {
|
||||
/**
|
||||
* Creates a new {@link AhaCollectionSchedule} for the given location.
|
||||
*/
|
||||
public AhaCollectionSchedule create(final String commune, final String street, final String houseNumber,
|
||||
AhaCollectionSchedule create(final String commune, final String street, final String houseNumber,
|
||||
final String houseNumberAddon, final String collectionPlace);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user