More PowerEntry work.
This commit is contained in:
@@ -171,6 +171,7 @@ public class PowersParser {
|
||||
break;
|
||||
case "DESCRIPTION":
|
||||
powerEntry.description.add(lineValues[1].trim());
|
||||
break;
|
||||
case "CATEGORY":
|
||||
powerEntry.category = lineValues[1].trim();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user