correction nom des Impl
This commit is contained in:
@@ -9,13 +9,14 @@ import org.junit.Test;
|
||||
|
||||
import src.fr.impl.*;
|
||||
import src.fr.api.PartType;
|
||||
import src.fr.api.Category;
|
||||
|
||||
public class test {
|
||||
public static void main(String[] args){
|
||||
Category Engine = new Category("Engine");
|
||||
Category Transmission = new Category("Transmission");
|
||||
Category Exterior= new Category("Exterior");
|
||||
Category Interior= new Category("Interior");
|
||||
Category Engine = new CategoryImpl("Engine");
|
||||
Category Transmission = new CategoryImpl("Transmission");
|
||||
Category Exterior= new CategoryImpl("Exterior");
|
||||
Category Interior= new CategoryImpl("Interior");
|
||||
|
||||
//PartType
|
||||
PartType EG100= new PartTypeImpl("EG100", Engine);
|
||||
|
||||
Reference in New Issue
Block a user