Cleanup factory

This commit is contained in:
Ilkka Seppälä
2020-09-06 19:46:13 +03:00
parent 9d21dff855
commit a1da1e4973
2 changed files with 20 additions and 33 deletions

View File

@ -5,6 +5,6 @@ package com.iluwatar.factory;
*/
public interface Car {
public String getDescription();
String getDescription();
}