correction syntaxe

This commit is contained in:
trochas
2024-10-10 10:44:48 +02:00
parent 3049848931
commit 1945c62d03
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package src.; package src;
import fr.istic.nplouzeau.cartaylor.api.Category; import fr.istic.nplouzeau.cartaylor.api.Category;
import fr.istic.nplouzeau.cartaylor.api.PartType; import fr.istic.nplouzeau.cartaylor.api.PartType;

View File

@@ -1,5 +1,4 @@
package src; package src;
import fr.istic.nplouzeau.cartaylor.api.PartType;
public class PartType implements fr.istic.nplouzeau.cartaylor.api.PartType { public class PartType implements fr.istic.nplouzeau.cartaylor.api.PartType {
private String name; private String name;
@@ -15,6 +14,6 @@ public class PartType implements fr.istic.nplouzeau.cartaylor.api.PartType {
} }
public Category getCategory(){ public Category getCategory(){
return return this.category;
} }
} }