QuadCurve2D.java: Fixed Brian Gough's name for real.

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

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

From-SVN: r98392
This commit is contained in:
Michael Koch 2005-04-19 09:17:41 +00:00 committed by Michael Koch
parent 009e94d4e6
commit 2b22418b2b
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-04-19 Michael Koch <konqueror@gmx.de>
* java/awt/geom/QuadCurve2D.java:
Fixed Brian Gough's name for real.
2005-04-19 Roman Kennke <roman@kennke.org>
* javax/swing/UIManager.java:

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 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 @@ public abstract class QuadCurve2D implements Shape, Cloneable
* 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>)
*