Some rework for the pull request

Signed-off-by: SirWayne <dennis.melzer@bosch-si.com>
This commit is contained in:
SirWayne
2016-05-24 15:08:07 +02:00
parent 57153b1244
commit dc74ec8889
6 changed files with 33 additions and 40 deletions

View File

@@ -122,4 +122,4 @@ public class MgmtSystemResource implements MgmtSystemRestApi {
return new ResponseEntity<>(MgmtSystemMapper.toResponse(keyName, updatedValue), HttpStatus.OK);
}
}
}