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 AbstractCommand22 {23 /**24 * DOCUMENT_ME25 *26 * @return DOCUMENT_ME27 */28 public Result execute()29 {30 throw new UnsupportedOperationException ();31 }32 }