This commit is contained in:
Jan-Philipp Luithardt
2025-12-03 11:04:32 +01:00
parent 6992100fff
commit e8a1f161b4
46 changed files with 312 additions and 56 deletions

View File

@@ -0,0 +1,5 @@
package hhn.temp.project;
public enum TaskStatus {
OPEN, CLOSED, IN_PROCESS
}