comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ServicesResource.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 933bbc9fc11f
comparison
equal deleted inserted replaced
88:69c84cf7c5d7 89:d348fe1fd822
33 /** 33 /**
34 * server URL where to reach the resource. 34 * server URL where to reach the resource.
35 */ 35 */
36 public static final String PATH = "/services"; 36 public static final String PATH = "/services";
37 37
38 @Override
38 protected Representation innerGet() 39 protected Representation innerGet()
39 throws ResourceException 40 throws ResourceException
40 { 41 {
41 Document document = XMLUtils.newDocument(); 42 Document document = XMLUtils.newDocument();
42 43

http://dive4elements.wald.intevation.org