correction nom des Impl
This commit is contained in:
@@ -8,8 +8,8 @@ import static org.junit.Assert.*;
|
||||
import org.junit.Test;
|
||||
|
||||
import src.fr.impl.*;
|
||||
import src.fr.api.PartType;
|
||||
import src.fr.api.Category;
|
||||
import src.fr.api.*;
|
||||
|
||||
|
||||
public class test {
|
||||
public static void main(String[] args){
|
||||
@@ -41,7 +41,7 @@ public class test {
|
||||
PartType IH= new PartTypeImpl("IH", Interior);
|
||||
PartType IS= new PartTypeImpl("IS", Interior);
|
||||
|
||||
CompatibilityManager cm = new CompatibilityManager();
|
||||
CompatibilityManager cm = new CompatibilityManagerImpl();
|
||||
|
||||
Set<PartType> EH120Requirement = new HashSet<PartType>();
|
||||
EH120Requirement.add(TC120);
|
||||
|
||||
Reference in New Issue
Block a user