Author: sgala
Date: Sun Aug 28 04:11:35 2005
New Revision: 263861

URL: http://svn.apache.org/viewcvs?rev=263861&view=rev
Log:
Stray CRs in the file

Modified:
    
portals/jetspeed-2/trunk/layout-portlets/src/java/org/apache/jetspeed/portlets/layout/ColumnLayout.java

Modified: 
portals/jetspeed-2/trunk/layout-portlets/src/java/org/apache/jetspeed/portlets/layout/ColumnLayout.java
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/layout-portlets/src/java/org/apache/jetspeed/portlets/layout/ColumnLayout.java?rev=263861&r1=263860&r2=263861&view=diff
==============================================================================
--- 
portals/jetspeed-2/trunk/layout-portlets/src/java/org/apache/jetspeed/portlets/layout/ColumnLayout.java
 (original)
+++ 
portals/jetspeed-2/trunk/layout-portlets/src/java/org/apache/jetspeed/portlets/layout/ColumnLayout.java
 Sun Aug 28 04:11:35 2005
@@ -41,8 +41,8 @@
  * <h2>Characteristics:</h2>
  * <ul>
  *   <li>Columns and rows always start at 0.</li>
- *   <li>Unless otherwise noted, assume all Collections returned are 
immutbale.</li>
- *   <li>Unless otherwies noted, assume that no public method will ever return 
<code>null</code>.</li>
+ *   <li>Unless otherwise noted, assume all Collections returned are 
immutable.</li>
+ *   <li>Unless otherwise noted, assume that no public method will ever return 
<code>null</code>.</li>
  * </ul>
  *  
  * 
@@ -91,7 +91,7 @@
     private final Map coordinates;
     
     /** All of the LayoutEventListeners registered to this layout */
-    private final List eventListeners;    
+    private final List eventListeners;
 
     /**
      * 
@@ -236,7 +236,7 @@
     {
         return 
Collections.unmodifiableCollection(getColumnMap(columnNumber).values());
     }
-    
+
     /**
      * returns the width to be used with the specified column.  If
      * there is no specific column setting sfor the specified column
@@ -540,7 +540,7 @@
                 try
                 {
                     // now move the fragment above down one level.
-                    Fragment fragmentAbove = 
getFragmentAt(aboveLayoutCoordinate);
+                    /*Fragment fragmentAbove =*/ 
getFragmentAt(aboveLayoutCoordinate);
                     doMove(fragment, coordinate, newCoordinate);
                     processEvent(new LayoutEvent(LayoutEvent.MOVED_UP, 
fragment, coordinate, newCoordinate));                
                 }



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

Reply via email to