QuadCurve2D.java: Fixed Brian Gough's name for real.
authorMichael Koch <konqueror@gmx.de>
Tue, 19 Apr 2005 09:17:41 +0000 (09:17 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Tue, 19 Apr 2005 09:17:41 +0000 (09:17 +0000)
2005-04-19  Michael Koch  <konqueror@gmx.de>

* java/awt/geom/QuadCurve2D.java:
Fixed Brian Gough's name for real.

From-SVN: r98392

libjava/ChangeLog
libjava/java/awt/geom/QuadCurve2D.java

index fefa1be..38bc818 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-19  Michael Koch  <konqueror@gmx.de>
+
+       * java/awt/geom/QuadCurve2D.java:
+       Fixed Brian Gough's name for real.
+
 2005-04-19  Roman Kennke  <roman@kennke.org>
 
        * javax/swing/UIManager.java:
index 9ec22e4..2d73727 100644 (file)
@@ -562,7 +562,7 @@ public abstract class QuadCurve2D implements Shape, Cloneable
    * result of -1 indicates that the equation is constant (i.e.,
    * always or never zero).
    *
-   * @author Brian Gouph (bjg@network-theory.com)
+   * @author Brian Gough (bjg@network-theory.com)
    * (original C implementation in the <a href=
    * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>)
    *
@@ -607,7 +607,7 @@ public abstract class QuadCurve2D implements Shape, Cloneable
    * result of -1 indicates that the equation is constant (i.e.,
    * always or never zero).
    *
-   * @author Brian Gouph (bjg@network-theory.com)
+   * @author Brian Gough (bjg@network-theory.com)
    * (original C implementation in the <a href=
    * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>)
    *