/[classpath]/classpath/java/awt/geom/GeneralPath.java
ViewVC logotype

Diff of /classpath/java/awt/geom/GeneralPath.java

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

revision 1.1 by ericb, Fri Mar 22 16:54:31 2002 UTC revision 1.2 by ericb, Fri Mar 22 17:02:12 2002 UTC
# Line 195  public final class GeneralPath implement Line 195  public final class GeneralPath implement
195    
196    public Point2D getCurrentPoint()    public Point2D getCurrentPoint()
197    {    {
198      if (subpathstart < 0)      if (subpath < 0)
199        return null;        return null;
200      return new Point2D.Float(points[subpath], points[subpath + 1]);      return new Point2D.Float(points[subpath], points[subpath + 1]);
201    }    }

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