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);