summaryrefslogtreecommitdiffstats
path: root/libjava/java/awt/geom/PathIterator.java
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-26 15:14:21 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-09-26 15:14:21 +0000
commit4767eeec55f01499eb1660bece01f63d2b94bf96 (patch)
treeb1fb22ae9175ffe0e3adc1dffba1e131f853ac9e /libjava/java/awt/geom/PathIterator.java
parent7ac3f3c5fc37236b6cc913349890b30416c556d6 (diff)
downloadppe42-gcc-4767eeec55f01499eb1660bece01f63d2b94bf96.tar.gz
ppe42-gcc-4767eeec55f01499eb1660bece01f63d2b94bf96.zip
* java/awt/geom/RoundRectangle2D.java (getPathIterator): Wrote.
* java/awt/geom/PathIterator.java: Documentation fixes. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71820 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/awt/geom/PathIterator.java')
-rw-r--r--libjava/java/awt/geom/PathIterator.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/libjava/java/awt/geom/PathIterator.java b/libjava/java/awt/geom/PathIterator.java
index c23eb351306..1d47431c30d 100644
--- a/libjava/java/awt/geom/PathIterator.java
+++ b/libjava/java/awt/geom/PathIterator.java
@@ -1,5 +1,5 @@
/* PathIterator.java -- describes a shape by iterating over its vertices
- Copyright (C) 2000, 2002 Free Software Foundation
+ Copyright (C) 2000, 2002, 2003 Free Software Foundation
This file is part of GNU Classpath.
@@ -125,7 +125,7 @@ public interface PathIterator
int getWindingRule();
/**
- * Tests if the iterator is exhausted. If this returns false, currentSegment
+ * Tests if the iterator is exhausted. If this returns true, currentSegment
* and next may throw a NoSuchElementException (although this is not
* required).
*
@@ -135,7 +135,7 @@ public interface PathIterator
/**
* Advance to the next segment in the iteration. It is not specified what
- * this does if called when isDone() returns false.
+ * this does if called when isDone() returns true.
*
* @throws java.util.NoSuchElementException optional when isDone() is true
*/
OpenPOWER on IntegriCloud