test v2
This commit is contained in:
@@ -3,6 +3,7 @@ package src.fr.impl;
|
||||
import src.fr.api.Category;
|
||||
import src.fr.api.PartType;
|
||||
import src.fr.api.CompatibilityManager;
|
||||
import src.fr.api.Part;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
@@ -41,7 +42,7 @@ public class ConfigurationImpl implements src.fr.api.Configuration {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Set<PartType> getSelectedParts() {
|
||||
public Set<Part> getSelectedParts() {
|
||||
return selectedParts;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user