mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-23 12:25:18 +00:00
Cleanup factory
This commit is contained in:
@@ -5,6 +5,6 @@ package com.iluwatar.factory;
|
||||
*/
|
||||
public interface Car {
|
||||
|
||||
public String getDescription();
|
||||
String getDescription();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user