Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CreateResource.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 |
---|---|
45 /** | 45 /** |
46 * Error message if no artifact was created. | 46 * Error message if no artifact was created. |
47 */ | 47 */ |
48 public static final String NO_ARTIFACT_CREATED = "No artifact created"; | 48 public static final String NO_ARTIFACT_CREATED = "No artifact created"; |
49 | 49 |
50 @Override | |
50 protected Representation innerPost(Representation requestRepr) | 51 protected Representation innerPost(Representation requestRepr) |
51 throws ResourceException | 52 throws ResourceException |
52 { | 53 { |
53 Document inputDocument = null; | 54 Document inputDocument = null; |
54 try { | 55 try { |