KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jboss > portlet > forums > commands > admin > DeleteCategoryCommand


1 /*****************************************
2  * *
3  * JBoss Portal: The OpenSource Portal *
4  * *
5  * Forums JBoss Portlet *
6  * *
7  * Distributable under GPL license. *
8  * See terms of license at gnu.org. *
9  * *
10  *****************************************/

11 package org.jboss.portlet.forums.commands.admin;
12
13
14 //import org.jboss.nukes.addons.modules.bb.commands.AbstractCommand;
15
import org.jboss.portal.common.command.result.Result;
16
17 /**
18  * @author <a HREF="mailto:julien@jboss.org">Julien Viet</a>
19  * @version $Revision: 1.1.1.1 $
20  */

21 public class DeleteCategoryCommand // extends AbstractCommand
22
{
23    /**
24     * DOCUMENT_ME
25     *
26     * @return DOCUMENT_ME
27     */

28    public Result execute()
29    {
30       throw new UnsupportedOperationException JavaDoc();
31    }
32 }
Popular Tags