--- /home/cpdev/src/classpath/javax/swing/CellRendererPane.java	2005-07-02 21:03:59.000000000 +0000
+++ javax/swing/CellRendererPane.java	2005-06-30 05:35:08.000000000 +0000
@@ -42,6 +42,8 @@
 import java.awt.Container;
 import java.awt.Graphics;
 import java.awt.Rectangle;
+import java.io.IOException;
+import java.io.ObjectOutputStream;
 
 import javax.accessibility.Accessible;
 import javax.accessibility.AccessibleContext;
@@ -214,9 +216,10 @@
    * @param h the height of the components drawing area
    */
   public void paintComponent(Graphics graphics, Component c,
-                             Container p, int x, int y, int w, int h)
-  {
+                             Container p, int x, int y, int w, int h) {
+
     paintComponent(graphics, c, p, x, y, w, h, false);
+
   } // paintComponent()
 
   /**
@@ -234,7 +237,9 @@
   public void paintComponent(Graphics graphics, Component c,
                              Container p, Rectangle r)
   {
+
     paintComponent(graphics, c, p, r.x, r.y, r.width, r.height);
+
   } // paintComponent()
 
   /**
