comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/FactoriesResource.java @ 89:d348fe1fd822

More javadoc (fixes small glitches, too). artifacts/trunk@845 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 26 Mar 2010 16:16:32 +0000
parents 69c84cf7c5d7
children 730ff077a58c
comparison
equal deleted inserted replaced
88:69c84cf7c5d7 89:d348fe1fd822
31 /** 31 /**
32 * server URL where to reach the resource. 32 * server URL where to reach the resource.
33 */ 33 */
34 public static final String PATH = "/factories"; 34 public static final String PATH = "/factories";
35 35
36 @Override
36 protected Representation innerGet() 37 protected Representation innerGet()
37 throws ResourceException 38 throws ResourceException
38 { 39 {
39 Document document = XMLUtils.newDocument(); 40 Document document = XMLUtils.newDocument();
40 41

http://dive4elements.wald.intevation.org