Skip to content
Snippets Groups Projects
Commit 45f29c17 authored by Daniel Ratiu's avatar Daniel Ratiu
Browse files

small fix

parent 9ed79a3c
No related branches found
No related tags found
No related merge requests found
......@@ -79,4 +79,10 @@ public class PrototypeCategory {
public PrototypeCategory getParentCategory() {
return parentCategory;
}
/** {@inheritDoc} */
@Override
public String toString() {
return "Prototype category: " + categoryName;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment