Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-portlet/src/main/java/org/xdoclet/plugin/portlet/qtags
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31505/plugin-portlet/src/main/java/org/xdoclet/plugin/portlet/qtags

Modified Files:
        PortletPortletTag.java 
Log Message:
Fixing new-line breakers, formatting with jalopy, minor changes..

Index: PortletPortletTag.java
===================================================================
RCS file: 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-portlet/src/main/java/org/xdoclet/plugin/portlet/qtags/PortletPortletTag.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PortletPortletTag.java      25 Nov 2003 01:06:58 -0000      1.1
--- PortletPortletTag.java      26 Apr 2005 07:23:31 -0000      1.2
***************
*** 1,32 ****
! package org.xdoclet.plugin.portlet.qtags;
! 
! import com.thoughtworks.qdox.model.DocletTag;
! 
! /**
!  * Defines basic portlet information.
!  */
! public interface PortletPortletTag extends DocletTag {
!   
!   /**
!    * Portlet description
!    */
!   String getDescription();
! 
!   /**
!    * Display name
!    * 
!    * @qtags.required
!    */
!   String getDisplayName();
! 
!   /**
!    * Portlet name
!    */
!   String getName_();
!   
!   /**
!    * Expiration cache (in seconds)
!    */
!   String getExpirationCache();
! 
! }
--- 1,32 ----
! package org.xdoclet.plugin.portlet.qtags;
! 
! import com.thoughtworks.qdox.model.DocletTag;
! 
! /**
!  * Defines basic portlet information.
!  */
! public interface PortletPortletTag extends DocletTag {
!   
!   /**
!    * Portlet description
!    */
!   String getDescription();
! 
!   /**
!    * Display name
!    * 
!    * @qtags.required
!    */
!   String getDisplayName();
! 
!   /**
!    * Portlet name
!    */
!   String getName_();
!   
!   /**
!    * Expiration cache (in seconds)
!    */
!   String getExpirationCache();
! 
! }



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to