correction syntaxe
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package src.;
|
||||
package src;
|
||||
|
||||
import fr.istic.nplouzeau.cartaylor.api.Category;
|
||||
import fr.istic.nplouzeau.cartaylor.api.PartType;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
package src;
|
||||
import fr.istic.nplouzeau.cartaylor.api.PartType;
|
||||
|
||||
public class PartType implements fr.istic.nplouzeau.cartaylor.api.PartType {
|
||||
private String name;
|
||||
@@ -15,6 +14,6 @@ public class PartType implements fr.istic.nplouzeau.cartaylor.api.PartType {
|
||||
}
|
||||
|
||||
public Category getCategory(){
|
||||
return
|
||||
return this.category;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user