Update Configuration.java
This commit is contained in:
@@ -31,8 +31,9 @@ public interface Configuration {
|
|||||||
PartType getSelectionForCategory(Category category);
|
PartType getSelectionForCategory(Category category);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* DeSelect a PartType to delete from the configuration
|
* DeSelect PartType has Catgerory catgoryToClear to delete from the configuration
|
||||||
* @param chosenPart : the PartType that we wish to delete from the configuration
|
* @param categoryToClear : the PartType has categoryToClear Category
|
||||||
|
* that we wish to delete from the configuration
|
||||||
*/
|
*/
|
||||||
void unselectPartType(Category categoryToClear);
|
void unselectPartType(Category categoryToClear);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user