Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CreateResource.java @ 91:730ff077a58c
More javadoc, some code formatting.
artifacts/trunk@847 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 28 Mar 2010 10:01:03 +0000 |
parents | d348fe1fd822 |
children | e27cf9c84eb8 |
comparison
equal
deleted
inserted
replaced
90:68285f7bc476 | 91:730ff077a58c |
---|---|
96 Status.CLIENT_ERROR_UNPROCESSABLE_ENTITY, adbe.getMessage()); | 96 Status.CLIENT_ERROR_UNPROCESSABLE_ENTITY, adbe.getMessage()); |
97 return new EmptyRepresentation(); | 97 return new EmptyRepresentation(); |
98 } | 98 } |
99 } | 99 } |
100 } | 100 } |
101 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: | 101 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 : |