[Patch] Fixing Brian Gough's name for real

Michael Koch konqueror@gmx.de
Tue Apr 19 09:21:00 GMT 2005


Hi list,


I just commited the attached patch to finally fix the name of Brian
Gough for real. Sigh.


Michael


2005-04-19  Michael Koch  <konqueror@gmx.de>

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

-------------- next part --------------
Index: java/awt/geom/QuadCurve2D.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/awt/geom/QuadCurve2D.java,v
retrieving revision 1.10
diff -u -r1.10 QuadCurve2D.java
--- java/awt/geom/QuadCurve2D.java	18 Apr 2005 19:11:36 -0000	1.10
+++ java/awt/geom/QuadCurve2D.java	19 Apr 2005 09:17:00 -0000
@@ -562,7 +562,7 @@
    * 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 @@
    * 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>)
    *


More information about the Java-patches mailing list