More PowerEntry work.

This commit is contained in:
2024-08-19 05:44:35 -04:00
parent 07da5cb77c
commit 89fd647870
+1
View File
@@ -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;