Update Configuration.java

This commit is contained in:
Vu Tuan Minh
2024-12-20 12:17:45 +00:00
parent 6a495edaa0
commit 4880ae8b3f

View File

@@ -31,8 +31,9 @@ public interface Configuration {
PartType getSelectionForCategory(Category category);
/*
* DeSelect a PartType to delete from the configuration
* @param chosenPart : the PartType that we wish to delete from the configuration
* DeSelect PartType has Catgerory catgoryToClear to delete from the configuration
* @param categoryToClear : the PartType has categoryToClear Category
* that we wish to delete from the configuration
*/
void unselectPartType(Category categoryToClear);