bodewig     2004/11/23 02:40:14

  Modified:    src/main/org/apache/tools/ant/taskdefs/condition
                        IsSigned.java
               src/main/org/apache/tools/ant/taskdefs/optional/starteam
                        StarTeamList.java
               src/main/org/apache/tools/ant/util WeakishReference.java
  Log:
  Some more whitespace fixes by Larry Shatzer
  
  Revision  Changes    Path
  1.3       +1 -1      
ant/src/main/org/apache/tools/ant/taskdefs/condition/IsSigned.java
  
  Index: IsSigned.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/condition/IsSigned.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- IsSigned.java     22 Nov 2004 11:42:53 -0000      1.2
  +++ IsSigned.java     23 Nov 2004 10:40:14 -0000      1.3
  @@ -85,7 +85,7 @@
                                                       + SIG_END) != null;
                   boolean longSig = false;
                   if (name.length() > 8) {
  -                    longSig = 
  +                    longSig =
                           jarFile.getEntry(SIG_START
                                            + name.substring(0, 8).toUpperCase()
                                            + SIG_END) != null;
  
  
  
  1.21      +1 -1      
ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamList.java
  
  Index: StarTeamList.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamList.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- StarTeamList.java 22 Nov 2004 09:23:35 -0000      1.20
  +++ StarTeamList.java 23 Nov 2004 10:40:14 -0000      1.21
  @@ -98,7 +98,7 @@
           View view = getViewConfiguredByDate(raw);
           if (view != null) {
               return view;
  -     // otherwise, use this view configured as the tip.
  +        // otherwise, use this view configured as the tip.
           } else {
               return new View(raw, ViewConfiguration.createTip());
           }
  
  
  
  1.17      +2 -2      
ant/src/main/org/apache/tools/ant/util/WeakishReference.java
  
  Index: WeakishReference.java
  ===================================================================
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/util/WeakishReference.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- WeakishReference.java     12 Nov 2004 11:07:13 -0000      1.16
  +++ WeakishReference.java     23 Nov 2004 10:40:14 -0000      1.17
  @@ -43,8 +43,8 @@
        * Returns this reference object's referent.  If this reference object 
has
        * been cleared, then this method returns <code>null</code>.
        *
  -     * @return        The object to which this reference refers, or
  -     *                <code>null</code> if this reference object has been 
cleared
  +     * @return The object to which this reference refers, or
  +     *         <code>null</code> if this reference object has been cleared
        */
       public abstract Object get();
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to