comparison src/main/java/de/intevation/lada/rest/SDatenbasisService.java @ 366:567ce7697fc7 0.5

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Tue, 10 Sep 2013 15:55:54 +0200
parents d8a3d188046f
children 183f8116d9a6
comparison
equal deleted inserted replaced
365:fab80595ed55 366:567ce7697fc7
69 69
70 /** 70 /**
71 * Request a single SDatenbasis via its id. 71 * Request a single SDatenbasis via its id.
72 * 72 *
73 * @param id The object id. 73 * @param id The object id.
74 * @param header The HTTP header containing authorization information. 74 * @param headers The HTTP header containing authorization information.
75 * @return Response object. 75 * @return Response object.
76 */ 76 */
77 @GET 77 @GET
78 @Path("/{id}") 78 @Path("/{id}")
79 @Produces("text/json") 79 @Produces("text/json")
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)