Commit bd2865bc by Michael Koch Committed by Michael Koch

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
parent 47b44748
2005-04-20 Michael Koch <konqueror@gmx.de> 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: * gnu/java/beans/IntrospectionIncubator.java:
Fixed HTML tags in javadocs. Fixed HTML tags in javadocs.
......
...@@ -51,7 +51,7 @@ import java.util.Set; ...@@ -51,7 +51,7 @@ import java.util.Set;
* ClassHelper has various methods that ought to have been in Class. * ClassHelper has various methods that ought to have been in Class.
* *
* @author John Keiser * @author John Keiser
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
*/ */
public class ClassHelper public class ClassHelper
{ {
......
...@@ -51,7 +51,7 @@ import java.lang.reflect.Method; ...@@ -51,7 +51,7 @@ import java.lang.reflect.Method;
* <code>Method</code>s. Methods are also provided to go in the * <code>Method</code>s. Methods are also provided to go in the
* reverse direction. * reverse direction.
* *
* @author Eric Blake <ebb9@email.byu.edu> * @author Eric Blake (ebb9@email.byu.edu)
*/ */
public class TypeSignature public class TypeSignature
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment