--- /home/cpdev/src/classpath/javax/swing/text/DefaultStyledDocument.java	2005-07-02 21:04:09.000000000 +0000
+++ javax/swing/text/DefaultStyledDocument.java	2005-06-30 05:35:20.000000000 +0000
@@ -181,15 +181,8 @@
   
   public void setLogicalStyle(int position, Style style)
   {
-    Element el = getParagraphElement(position);
-    if (el instanceof AbstractElement)
-      {
-        AbstractElement ael = (AbstractElement) el;
-        ael.setResolveParent(style);
-      }
-    else
-      throw new AssertionError("paragraph elements are expected to be"
-         + "instances of javax.swing.text.AbstractDocument.AbstractElement");
+    // FIXME: Implement me.
+    throw new Error("not implemented");
   }
 
   public void setParagraphAttributes(int offset, int length,
