diff --git a/src/main/java/org/ntlab/acanthus_server/models/Gallery.java b/src/main/java/org/ntlab/acanthus_server/models/Gallery.java index af1f83c..e155267 100644 --- a/src/main/java/org/ntlab/acanthus_server/models/Gallery.java +++ b/src/main/java/org/ntlab/acanthus_server/models/Gallery.java @@ -1,5 +1,7 @@ package org.ntlab.acanthus_server.models; +import org.ntlab.acanthus_server.entities.Animation; + import java.util.*; /* @@ -24,6 +26,6 @@ } - public HashMap getMap(){return animationMap;} + public HashMap getMap(){return animationHashMap;} }