Fixed mixed polling time configuration.

Signed-off-by: Kai Zimmermann <kai.zimmermann@bosch-si.com>
This commit is contained in:
Kai Zimmermann
2016-03-31 12:24:48 +02:00
parent c1b3b40a9d
commit 95259f3246
2 changed files with 2 additions and 6 deletions

View File

@@ -64,10 +64,6 @@ import org.springframework.web.bind.annotation.RestController;
*
* Transactional (read-write) as all queries at least update the last poll time.
*
*
*
*
*
*/
@RestController
@RequestMapping(ControllerConstants.BASE_V1_REQUEST_MAPPING)