comparison src/main/java/de/intevation/lada/rest/stamm/OrtTypService.java @ 1283:ed76f735c19c

Added missing file header and fixed doc.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 03 Feb 2017 14:03:52 +0100
parents ff12c3e3366a
children
comparison
equal deleted inserted replaced
1282:9473a701cfdb 1283:ed76f735c19c
35 * "success": [boolean]; 35 * "success": [boolean];
36 * "message": [string], 36 * "message": [string],
37 * "data":[{ 37 * "data":[{
38 * "id": [number], 38 * "id": [number],
39 * "ortTyp": [string], 39 * "ortTyp": [string],
40 * "Code": [string] 40 * "code": [string]
41 * }], 41 * }],
42 * "errors": [object], 42 * "errors": [object],
43 * "warnings": [object], 43 * "warnings": [object],
44 * "readonly": [boolean], 44 * "readonly": [boolean],
45 * "totalCount": [number] 45 * "totalCount": [number]
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)