From 4880ae8b3ff5260ceda786d6a560c00c99e382ed Mon Sep 17 00:00:00 2001 From: Vu Tuan Minh Date: Fri, 20 Dec 2024 12:17:45 +0000 Subject: [PATCH] Update Configuration.java --- src/fr/api/Configuration.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/fr/api/Configuration.java b/src/fr/api/Configuration.java index 24dfc40..4e76516 100644 --- a/src/fr/api/Configuration.java +++ b/src/fr/api/Configuration.java @@ -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);