You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/05/14 20:22:19 UTC

cvs commit: jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container/resin ResinRun.java

vmassol     2003/05/14 11:22:19

  Modified:    integration/ant/src/java/org/apache/cactus/integration/ant/container/resin
                        ResinRun.java
  Log:
  Removed explicit package names in @see tags. For several reasons:
  - there are already imports at the top of the file and in the same way as we don't qualify classes it is the same for javadoc
  - Eclipse does not perform correctly refactoring because it doesn't change the @see tags! (IDEA does this correctly :-)). Thus we have several errors due to recent refactorings...
  - it allows to have lines < 80 characters
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container/resin/ResinRun.java
  
  Index: ResinRun.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/container/resin/ResinRun.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ResinRun.java	12 May 2003 09:03:52 -0000	1.2
  +++ ResinRun.java	14 May 2003 18:22:19 -0000	1.3
  @@ -104,7 +104,7 @@
        * Start the Resin server. We use reflection so that the Resin jars do not
        * need to be in the classpath to compile this class.
        * 
  -     * @see org.apache.cactus.integration.ant.container.AbstractServerRun#doStartServer
  +     * @see AbstractServerRun#doStartServer
        */
       protected final void doStartServer(String[] theArgs)
       {
  @@ -168,7 +168,7 @@
        * Stops the Resin server. We use reflection so that the Resin jars do not
        * need to be in the classpath to compile this class.
        * 
  -     * @see org.apache.cactus.integration.ant.container.AbstractServerRun#doStopServer
  +     * @see AbstractServerRun#doStopServer
        */
       protected final void doStopServer(String[] theArgs)
       {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org