X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=security%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthorization%2FDeleteOperation.java;h=14901149ceca3def3bebaf0ac003c7f3564887b8;hb=f7fc25fbfd96a245bb09e14242107ed633d86dd8;hp=7bdaac5124602ed8c1de80cfa5a2f08808f78ae3;hpb=42515fd88bee97ebb3a3180fdcb320faf5fa1d91;p=utils diff --git a/security/src/main/java/org/wamblee/security/authorization/DeleteOperation.java b/security/src/main/java/org/wamblee/security/authorization/DeleteOperation.java index 7bdaac51..14901149 100644 --- a/security/src/main/java/org/wamblee/security/authorization/DeleteOperation.java +++ b/security/src/main/java/org/wamblee/security/authorization/DeleteOperation.java @@ -1,5 +1,5 @@ /* - * Copyright 2005 the original author or authors. + * Copyright 2005-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,23 +13,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.wamblee.security.authorization; /** - * Deletes the operation. - * + * Deletes the operation. + * * @author Erik Brakkee */ public class DeleteOperation extends AllOperation { - private static final String OPERATION = "delete"; - + /** - * Constructs the operation. - * + * Constructs the operation. + * */ - public DeleteOperation() { + public DeleteOperation() { super(OPERATION); } }