comparison src/main/java/de/intevation/lada/rest/StatusService.java @ 818:a6383faca90e statusworkflow

Fix typos
author Tom Gottfried <tom@intevation.de>
date Tue, 08 Dec 2015 15:09:16 +0100
parents b04e55896104
children dcf8c49d2e57
comparison
equal deleted inserted replaced
817:d7a4f3af9e45 818:a6383faca90e
146 LMessung.class, 146 LMessung.class,
147 id, 147 id,
148 "land"); 148 "land");
149 if (!authorization.isAuthorized(authorization.getInfo(request), messung)) { 149 if (!authorization.isAuthorized(authorization.getInfo(request), messung)) {
150 if (!authorization.isAuthorized(id, LMessung.class)) { 150 if (!authorization.isAuthorized(id, LMessung.class)) {
151 return new Response(false, 697, null); 151 return new Response(false, 699, null);
152 } 152 }
153 } 153 }
154 154
155 QueryBuilder<LStatusProtokoll> builder = 155 QueryBuilder<LStatusProtokoll> builder =
156 new QueryBuilder<LStatusProtokoll>( 156 new QueryBuilder<LStatusProtokoll>(
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)