/[classpath]/classpath/javax/swing/text/InternationalFormatter.java
ViewVC logotype

Diff of /classpath/javax/swing/text/InternationalFormatter.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rabbit78, Fri Jun 10 15:14:54 2005 UTC revision 1.2 by mark, Tue Jun 14 10:58:46 2005 UTC
# Line 326  public class InternationalFormatter Line 326  public class InternationalFormatter
326     *     *
327     * @throws CloneNotSupportedException not thrown here, since cloning is     * @throws CloneNotSupportedException not thrown here, since cloning is
328     *     supported     *     supported
329     */     * XXX - FIXME - Whole method disabled as workaround for gcj bug #22060.
330    public Object clone()    public Object clone()
331      throws CloneNotSupportedException      throws CloneNotSupportedException
332    {    {
# Line 335  public class InternationalFormatter Line 335  public class InternationalFormatter
335      Object clone = super.clone();      Object clone = super.clone();
336      return clone;      return clone;
337    }    }
338       */
339    
340    /**    /**
341     * Returns the Actions that are supported by this Formatter.     * Returns the Actions that are supported by this Formatter.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26