comparison src/main/java/de/intevation/lada/rest/OrtService.java @ 1041:f92c96efa976 schema-update

Organized imports and removed unused logger.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 05 Sep 2016 10:17:32 +0200
parents 1c41c7b8f7c2
children 3a5a9a0492d1
comparison
equal deleted inserted replaced
1040:ea550e9a09a3 1041:f92c96efa976
4 * This file is Free Software under the GNU GPL (v>=3) 4 * This file is Free Software under the GNU GPL (v>=3)
5 * and comes with ABSOLUTELY NO WARRANTY! Check out 5 * and comes with ABSOLUTELY NO WARRANTY! Check out
6 * the documentation coming with IMIS-Labordaten-Application for details. 6 * the documentation coming with IMIS-Labordaten-Application for details.
7 */ 7 */
8 package de.intevation.lada.rest; 8 package de.intevation.lada.rest;
9
10 import java.sql.Timestamp;
11 import java.util.Date;
12 9
13 import javax.enterprise.context.RequestScoped; 10 import javax.enterprise.context.RequestScoped;
14 import javax.inject.Inject; 11 import javax.inject.Inject;
15 import javax.servlet.http.HttpServletRequest; 12 import javax.servlet.http.HttpServletRequest;
16 import javax.ws.rs.DELETE; 13 import javax.ws.rs.DELETE;
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)