User: vharcq Date: 02/04/23 11:14:50 Modified: core/src/xdoclet/tags TagDefTagsHandler.java Log: It was not compiling anymore Revision Changes Path 1.9 +1 -11 xdoclet/core/src/xdoclet/tags/TagDefTagsHandler.java Index: TagDefTagsHandler.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tags/TagDefTagsHandler.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -w -r1.8 -r1.9 --- TagDefTagsHandler.java 22 Apr 2002 01:19:57 -0000 1.8 +++ TagDefTagsHandler.java 23 Apr 2002 18:14:49 -0000 1.9 @@ -22,20 +22,10 @@ * * @author Ara Abrahamian ([EMAIL PROTECTED]) * @created Nov 11, 2001 - * @version $Revision: 1.8 $ + * @version $Revision: 1.9 $ */ public class TagDefTagsHandler extends XDocletTagSupport { - /** - * @param template_tag_name - * @param param_name - * @exception XDocletException - */ - private static void mandatoryTemplateTagParamNotFound( String template_tag_name, String param_name ) throws XDocletException - { - throw new XDocletException( Translator.getString( "mandatory_tag_param_missing_template", - new String[]{param_name, template_tag_name} ) ); - } /** * Defines a template tag handler for a template tag to TemplateEngine.
_______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel