ClassHelper.java, [...]: Fixed @author tag.

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

	* gnu/java/lang/ClassHelper.java,
	gnu/java/lang/reflect/TypeSignature.java:
	Fixed @author tag.

From-SVN: r98442
This commit is contained in:
Michael Koch 2005-04-20 05:56:16 +00:00 committed by Michael Koch
parent 47b44748d9
commit bd2865bc6c
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2005-04-20 Michael Koch <konqueror@gmx.de>
* gnu/java/lang/ClassHelper.java,
gnu/java/lang/reflect/TypeSignature.java:
Fixed @author tag.
2005-04-20 Michael Koch <konqueror@gmx.de>
* gnu/java/beans/IntrospectionIncubator.java:

View File

@ -51,7 +51,7 @@ import java.util.Set;
* ClassHelper has various methods that ought to have been in Class.
*
* @author John Keiser
* @author Eric Blake <ebb9@email.byu.edu>
* @author Eric Blake (ebb9@email.byu.edu)
*/
public class ClassHelper
{

View File

@ -51,7 +51,7 @@ import java.lang.reflect.Method;
* <code>Method</code>s. Methods are also provided to go in the
* reverse direction.
*
* @author Eric Blake <ebb9@email.byu.edu>
* @author Eric Blake (ebb9@email.byu.edu)
*/
public class TypeSignature
{