CubicCurve2D.java, [...]: Fixed mentioning of Brian Gouph.
authorMichael Koch <konqueror@gmx.de>
Mon, 18 Apr 2005 19:11:36 +0000 (19:11 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Mon, 18 Apr 2005 19:11:36 +0000 (19:11 +0000)
2005-04-18  Michael Koch  <konqueror@gmx.de>

* java/awt/geom/CubicCurve2D.java,
java/awt/geom/QuadCurve2D.java:
Fixed mentioning of Brian Gouph.

From-SVN: r98340

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

index c6e9cf0d9351c31b40776a312fb9f976d0694bd3..881f0ae5e4b9019becfdef52936bb7834c2559a9 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-18  Michael Koch  <konqueror@gmx.de>
+
+       * java/awt/geom/CubicCurve2D.java,
+       java/awt/geom/QuadCurve2D.java:
+       Fixed mentioning of Brian Gouph.
+
 2005-04-18  Michael Koch  <konqueror@gmx.de>
 
        * gnu/java/awt/Buffers.java,
index 1c500b00b5e1f55aa4248907b18fa87a9aca6487..a3d9182f4ef1cc78df65e64b1caccfa7b9af16e9 100644 (file)
@@ -689,7 +689,7 @@ public abstract class CubicCurve2D implements Shape, Cloneable
    * result of -1 indicates that the equation is constant (i.e.,
    * always or never zero).
    *
-   * @author Brain 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>)
    *
index db7c2abf2ec16444a3ced7487574a3a2ba832bad..9ec22e4f194f5048e9215118efccf360b0fa523b 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 Brain Gouph (bjg@network-theory.com)
+   * @author Brian Gouph (bjg@network-theory.com)
    * (original C implementation in the <a href=
    * "http://www.gnu.org/software/gsl/">GNU Scientific Library</a>)
    *