Create image layer

This commit is contained in:
2021-02-02 20:14:09 +01:00
parent 1b87af14b2
commit de80cf04ed
8 changed files with 173 additions and 4 deletions

View File

@@ -33,6 +33,6 @@ public class DefaultEntityManager implements EntityManager {
@Override
public void cleanUp() {
log.info("There is nothing to clean up");
log.info("There is nothing to clean up here");
}
}