User: vharcq
Date: 02/04/18 12:15:20
Modified: core/src/xdoclet XDocletTagSupport.java
Log:
Cleanup only
Revision Changes Path
1.38 +2 -16 xdoclet/core/src/xdoclet/XDocletTagSupport.java
Index: XDocletTagSupport.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/src/xdoclet/XDocletTagSupport.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -w -r1.37 -r1.38
--- XDocletTagSupport.java 17 Apr 2002 23:02:29 -0000 1.37
+++ XDocletTagSupport.java 18 Apr 2002 19:15:19 -0000 1.38
@@ -39,7 +39,7 @@
*
* @author Dmitri Colebatch ([EMAIL PROTECTED])
* @created October 12, 2001
- * @version $Revision: 1.37 $
+ * @version $Revision: 1.38 $
*/
public abstract class XDocletTagSupport extends TemplateTagHandler
{
@@ -584,21 +584,7 @@
boolean is_mandatory
) throws XDocletException
{
-// // first try to get current tag
-// XTag tag = getCurrentTag();
-//
-// if( tag != null && !tag.name().equals( tag_name ) )
-// tag = null;
- /**
- */
- XTag tag = null;
-
-// if( tag == null )
-// {
- // if there is no current tag, look in the doc
- tag = doc.tag( tag_name, superclasses );
-
-// }
+ XTag tag = doc.tag( tag_name, superclasses );
String value = null;
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel