Skip to content

Commit 06ad371

Browse files
committed
added missing Entity.Types PLACE
1 parent d2821ee commit 06ad371

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

StoryWiki/bin/core/Entity$1.class

0 Bytes
Binary file not shown.

StoryWiki/bin/core/Entity$2.class

0 Bytes
Binary file not shown.

StoryWiki/bin/core/Entity$Types.class

63 Bytes
Binary file not shown.

StoryWiki/bin/core/Entity.class

0 Bytes
Binary file not shown.

StoryWiki/src/core/Entity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ public enum Types {
1010
NOTE("Notitz"),
1111
ERA("Zeitspanne"),
1212
EVENT("Ereignis"),
13-
PERSON("Person");
13+
PERSON("Person"),
14+
PLACE("Ort");
1415

1516
String shownAs;
1617
Types(String s) {

0 commit comments

Comments
 (0)