More comment edits.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@338 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ClassUtil.java,v 1.2 2001/10/03 02:20:05 mdb Exp $
|
||||
// $Id: ClassUtil.java,v 1.3 2001/10/03 02:22:58 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -27,15 +27,9 @@ import java.util.*;
|
||||
/**
|
||||
* Class object related utility routines.
|
||||
*
|
||||
* <p> This code was adapted from code provided by Paul Hosler in an
|
||||
* article for Java Report Online
|
||||
* (http://www.javareport.com/html/from_pages/article.asp?id=4276). His
|
||||
* code was adapted from:
|
||||
*
|
||||
* <cite>
|
||||
* Kaplan, Lowell. "More programming with generic interfaces." Java
|
||||
* Report, Vol. 5, No. 2, Feb. 2000, pp. 70-74.
|
||||
* </cite>
|
||||
* <p> This code was adapted from code provided by Paul Hosler in <a
|
||||
* href="http://www.javareport.com/html/from_pages/article.asp?id=4276">an
|
||||
* article</a> for Java Report Online.
|
||||
*/
|
||||
public class ClassUtil
|
||||
{
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: MethodFinder.java,v 1.2 2001/10/03 02:20:05 mdb Exp $
|
||||
// $Id: MethodFinder.java,v 1.3 2001/10/03 02:22:58 mdb Exp $
|
||||
//
|
||||
// samskivert library - useful routines for java programs
|
||||
// Copyright (C) 2001 Michael Bayne
|
||||
@@ -39,15 +39,9 @@ import java.util.*;
|
||||
* Java Language Specification, variously in sections 5.1.2, 5.1.4, 5.3,
|
||||
* and 15.12.2.
|
||||
*
|
||||
* <p> This code was adapted from code provided by Paul Hosler in an
|
||||
* article for Java Report Online
|
||||
* (http://www.javareport.com/html/from_pages/article.asp?id=4276). His
|
||||
* code was adapted from:
|
||||
*
|
||||
* <cite>
|
||||
* Kaplan, Lowell. "More programming with generic interfaces." Java
|
||||
* Report, Vol. 5, No. 2, Feb. 2000, pp. 70-74.
|
||||
* </cite>
|
||||
* <p> This code was adapted from code provided by Paul Hosler in <a
|
||||
* href="http://www.javareport.com/html/from_pages/article.asp?id=4276">an
|
||||
* article</a> for Java Report Online.
|
||||
*/
|
||||
public class MethodFinder
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user