comparison src/main/java/de/intevation/lada/rest/LStatusService.java @ 263:2098db2e8fbd M1

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 17 Jul 2013 09:40:53 +0200
parents 07c4186cbfab
children 567ce7697fc7
comparison
equal deleted inserted replaced
262:f4b359aa9127 263:2098db2e8fbd
35 @Path("/status") 35 @Path("/status")
36 @RequestScoped 36 @RequestScoped
37 public class LStatusService 37 public class LStatusService
38 { 38 {
39 /** 39 /**
40 * The Repository for SUmwelt. 40 * The Repository for LStatus.
41 */ 41 */
42 @Inject 42 @Inject
43 @Named("lstatusrepository") 43 @Named("lstatusrepository")
44 private Repository repository; 44 private Repository repository;
45 45
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)