2005-04-18 Michael Koch <konqueror@gmx.de>
authormkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2005 19:11:36 +0000 (19:11 +0000)
committermkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2005 19:11:36 +0000 (19:11 +0000)
* java/awt/geom/CubicCurve2D.java,
java/awt/geom/QuadCurve2D.java:
Fixed mentioning of Brian Gouph.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98340 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c6e9cf0..881f0ae 100644 (file)
@@ -1,5 +1,11 @@
 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,
        gnu/java/awt/image/ImageDecoder.java,
        gnu/java/awt/image/XBMDecoder.java,
index 1c500b0..a3d9182 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 db7c2ab..9ec22e4 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>)
    *