Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/ant
In directory sc8-pr-cvs1:/tmp/cvs-serv22388/src/java/xdoclet/ant

Modified Files:
        AntLogFactory.java AntProxy.java 
Log Message:
More Jalopy reformattings

Index: AntLogFactory.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/ant/AntLogFactory.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** AntLogFactory.java  16 Mar 2003 17:06:55 -0000      1.4
--- AntLogFactory.java  20 Mar 2003 18:52:34 -0000      1.5
***************
*** 36,42 ****
  
      /**
!      * Sets the Ant project.
!      * @param project the Ant project.
!      */
      static void setProject(Project project) {
          _project = project;
--- 36,42 ----
  
      /**
!     * Sets the Ant project.
!     * @param project the Ant project.
!     */
      static void setProject(Project project) {
          _project = project;
***************
*** 44,52 ****
  
      /**
!      * Gets a Log instance for a class.
!      * @param clazz the Class for which the Log is retrieved.
!      * @return a Log instance.
!      * @throws LogConfigurationException if the Log object could not be created.
!      */
      public Log getInstance(Class clazz)
          throws LogConfigurationException {
--- 44,52 ----
  
      /**
!     * Gets a Log instance for a class.
!     * @param clazz the Class for which the Log is retrieved.
!     * @return a Log instance.
!     * @throws LogConfigurationException if the Log object could not be created.
!     */
      public Log getInstance(Class clazz)
          throws LogConfigurationException {
***************
*** 55,63 ****
  
      /**
!      * Gets a Log instance for a String.
!      * @param name the String for which the Log is retrieved.
!      * @return a Log instance.
!      * @throws LogConfigurationException if the Log object could not be created.
!      */
      public Log getInstance(final String name)
          throws LogConfigurationException {
--- 55,63 ----
  
      /**
!     * Gets a Log instance for a String.
!     * @param name the String for which the Log is retrieved.
!     * @return a Log instance.
!     * @throws LogConfigurationException if the Log object could not be created.
!     */
      public Log getInstance(final String name)
          throws LogConfigurationException {

Index: AntProxy.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/ant/AntProxy.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** AntProxy.java       16 Mar 2003 20:38:54 -0000      1.3
--- AntProxy.java       20 Mar 2003 18:52:34 -0000      1.4
***************
*** 38,47 ****
  
      /**
!      * Constructs a new AntProxy.
!      *
!      * @param target the object the proxy should act upon.
!      * @param project the project that contains the attributes.
!      * @param elementName name of the element we're representing.
!      */
      public AntProxy(XDoclet xdoclet, Object target, Project project, String 
elementName) {
          _xdoclet = xdoclet;
--- 38,47 ----
  
      /**
!     * Constructs a new AntProxy.
!     *
!     * @param target the object the proxy should act upon.
!     * @param project the project that contains the attributes.
!     * @param elementName name of the element we're representing.
!     */
      public AntProxy(XDoclet xdoclet, Object target, Project project, String 
elementName) {
          _xdoclet = xdoclet;



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to