comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ImportResource.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 = "/import"; 36 public static final String PATH = "/import";
37 37
38 @Override
38 protected Representation innerPost(Representation requestRepr) { 39 protected Representation innerPost(Representation requestRepr) {
39 40
40 Document inputDocument = null; 41 Document inputDocument = null;
41 try { 42 try {
42 DomRepresentation input = new DomRepresentation(requestRepr); 43 DomRepresentation input = new DomRepresentation(requestRepr);

http://dive4elements.wald.intevation.org