comparison src/main/java/de/intevation/lada/rest/StatusService.java @ 711:3ec358698b4d

Code style and documentation.
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 22 Jul 2015 16:03:03 +0200
parents 21a49dc9984d
children c81881dac97e
comparison
equal deleted inserted replaced
710:2ae27dde4823 711:3ec358698b4d
98 98
99 /** 99 /**
100 * Get all Status objects. 100 * Get all Status objects.
101 * <p> 101 * <p>
102 * The requested objects can be filtered using a URL parameter named 102 * The requested objects can be filtered using a URL parameter named
103 * probeId. 103 * messungsId.
104 * <p> 104 * <p>
105 * Example: http://example.com/status?messungsId=[ID] 105 * Example: http://example.com/status?messungsId=[ID]
106 * 106 *
107 * @return Response object containing all Status objects. 107 * @return Response object containing all Status objects.
108 */ 108 */
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)