Skip to content
Snippets Groups Projects
Verified Commit b39d25ac authored by Timm Fitschen's avatar Timm Fitschen
Browse files

MAINT: merge code from f-doip

parent ed6e00bf
No related branches found
No related tags found
No related merge requests found
Pipeline #48861 failed
......@@ -64,7 +64,7 @@ public class EntityResource extends RetrieveEntityResource {
* delete an entity by name.
*/
@Override
protected final Representation httpDeleteInChildClass() throws Exception {
protected Representation httpDeleteInChildClass() throws Exception {
final WritableContainer container =
new WritableContainer(getUser(), getTimestamp(), getSRID(), getFlags());
......@@ -96,7 +96,7 @@ public class EntityResource extends RetrieveEntityResource {
/** Handle entity insertions (POST requests). */
@Override
protected final Representation httpPostInChildClass(final Representation entity)
protected Representation httpPostInChildClass(final Representation entity)
throws xmlNotWellFormedException, Exception {
final WritableContainer entityContainer =
......@@ -170,7 +170,7 @@ public class EntityResource extends RetrieveEntityResource {
/** Handle entity updates (PUT requests). */
@Override
protected final Representation httpPutInChildClass(final Representation entity)
protected Representation httpPutInChildClass(final Representation entity)
throws ConnectionException, JDOMException, Exception, xmlNotWellFormedException {
final WritableContainer entityContainer =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment