diff options
Diffstat (limited to 'libjava/java/awt/BasicStroke.java')
-rw-r--r-- | libjava/java/awt/BasicStroke.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/awt/BasicStroke.java b/libjava/java/awt/BasicStroke.java index 2978c64..e302a0eb 100644 --- a/libjava/java/awt/BasicStroke.java +++ b/libjava/java/awt/BasicStroke.java @@ -1,5 +1,5 @@ /* BasicStroke.java -- - Copyright (C) 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -69,7 +69,7 @@ public class BasicStroke implements Stroke * greater than or equal to 1.0f. * @param dash The array representing the dashing pattern. There must be at * least one non-zero entry. - * @param dash_phase is negative and dash is not null. + * @param dashPhase is negative and dash is not null. * * @exception IllegalArgumentException If one input parameter doesn't meet * its needs. |