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