[Patch] Fixed name of Brian Gouph
Michael Koch
konqueror@gmx.de
Mon Apr 18 19:12:00 GMT 2005
Hi list,
I just commited the attached patch to fix the mentioning of Brian Gouph.
Michael
2005-04-18 Michael Koch <konqueror@gmx.de>
* java/awt/geom/CubicCurve2D.java,
java/awt/geom/QuadCurve2D.java:
Fixed mentioning of Brian Gouph.
-------------- next part --------------
Index: java/awt/geom/CubicCurve2D.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/awt/geom/CubicCurve2D.java,v
retrieving revision 1.7
diff -u -r1.7 CubicCurve2D.java
--- java/awt/geom/CubicCurve2D.java 17 Feb 2005 07:48:29 -0000 1.7
+++ java/awt/geom/CubicCurve2D.java 18 Apr 2005 19:11:02 -0000
@@ -689,7 +689,7 @@
* 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: java/awt/geom/QuadCurve2D.java
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/awt/geom/QuadCurve2D.java,v
retrieving revision 1.9
diff -u -r1.9 QuadCurve2D.java
--- java/awt/geom/QuadCurve2D.java 17 Feb 2005 07:48:29 -0000 1.9
+++ java/awt/geom/QuadCurve2D.java 18 Apr 2005 19:11:02 -0000
@@ -562,7 +562,7 @@
* 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>)
*
More information about the Java-patches
mailing list