diff --git a/src/main/java/org/ntlab/acanthus_server/entities/Animation.java b/src/main/java/org/ntlab/acanthus_server/entities/Animation.java index 494ef4f..de76cd7 100644 --- a/src/main/java/org/ntlab/acanthus_server/entities/Animation.java +++ b/src/main/java/org/ntlab/acanthus_server/entities/Animation.java @@ -30,8 +30,8 @@ this.createdDate = dt.toString(); this.isPublic = false; this.owner = owner; - //this.editors.add(new Editor(owner)); - //this.pageMap.put(0, 0); + this.editors.add(new Editor(owner)); + this.pageMap.put(0, 0); } private Gallery gallery = Gallery.getInstance();