mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-18 17:26:44 +00:00
#355 clean up
This commit is contained in:
@@ -8,7 +8,7 @@ import com.iluwatar.abstractdocument.AbstractDocument;
|
||||
public class Car extends AbstractDocument implements HasModel, HasPrice, HasParts {
|
||||
|
||||
protected Car() {
|
||||
super(new HashMap<String, Object>());
|
||||
super(new HashMap<>());
|
||||
}
|
||||
|
||||
protected Car(Map<String,Object> properties) {
|
||||
|
||||
Reference in New Issue
Block a user