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