CubicCurve2D.java, [...]: Fixed mentioning of Brian Gouph.

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
This commit is contained in:
Michael Koch 2005-04-18 19:11:36 +00:00 committed by Michael Koch
parent fb227d5c24
commit 0bf80dae8a
3 changed files with 8 additions and 2 deletions

View 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,

View 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>)
*

View 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>)
*