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:
parent
47b44748d9
commit
bd2865bc6c
3 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue