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

Code documentation.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 17 Jul 2013 09:40:53 +0200
parents f4b359aa9127
children 183f8116d9a6
comparison
equal deleted inserted replaced
262:f4b359aa9127 263:2098db2e8fbd
30 @Path("/ortinfo") 30 @Path("/ortinfo")
31 @RequestScoped 31 @RequestScoped
32 public class OrtService 32 public class OrtService
33 { 33 {
34 /** 34 /**
35 * The Repository for SUmwelt. 35 * The Repository for Ort.
36 */ 36 */
37 @Inject 37 @Inject
38 @Named("ortrepository") 38 @Named("ortrepository")
39 private Repository repository; 39 private Repository repository;
40 40
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)