fixed a bug

This commit is contained in:
Michael 2019-04-16 10:21:15 +02:00
parent 4b16b6a2b1
commit de852f08f4

View File

@ -288,6 +288,7 @@ public class Controller {
}
CacheAccesDefinition cacheAccesDefinition = (CacheAccesDefinition) getCacheAccesDefinition.getBody();
bearbeitet.setCacheAccesDefinition(cacheAccesDefinition);
//----------------------
}
return ResponseEntity.status(200).body(new Gson().toJson(bearbeitet));