--- /home/cpdev/src/classpath/javax/swing/tree/AbstractLayoutCache.java	2005-07-02 21:04:11.000000000 +0000
+++ javax/swing/tree/AbstractLayoutCache.java	2005-06-30 05:35:21.000000000 +0000
@@ -48,8 +48,7 @@
  * 
  * @author Andrew Selkirk
  */
-public abstract class AbstractLayoutCache
-		implements RowMapper
+public abstract class AbstractLayoutCache implements RowMapper
 {
 	/**
 	 * class NodeDimensions
@@ -75,7 +74,8 @@
 		 * @return Rectangle
 		 */
 		public abstract Rectangle getNodeDimensions(Object value0, int value1,
-				int value2, boolean value3, Rectangle value4);
+		                                            int value2, boolean value3,
+		                                            Rectangle value4);
 	}
 
 	/**
@@ -108,7 +108,7 @@
 	 */
 	public AbstractLayoutCache()
 	{
-		// Do nothing here.
+	  // Do nothing here.
 	}
 
 	/**
@@ -142,13 +142,9 @@
 	 * 
 	 * @return Rectangle
 	 */
-	protected Rectangle getNodeDimensions(Object value, int row, int depth,
-			boolean expanded, Rectangle bounds)
+	protected Rectangle getNodeDimensions(Object value0, int value1, int value2, boolean value3, Rectangle value4)
 	{
-		if (bounds == null)
-			return new Rectangle();
-		return null;
-		// TODO		
+		return null; // TODO
 	}
 
 	/**
@@ -158,7 +154,7 @@
 	 */
 	public void setModel(TreeModel model)
 	{
-		treeModel = model;
+	  treeModel = model;
 	}
 
 	/**
