Updating the @since as I don't expect a 2.5

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@787893 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2009-06-24 03:59:23 +00:00
parent c404121979
commit 8a57de11ee
5 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ import org.apache.commons.lang.ClassUtils;
* @author Jan Sorensen
* @author Robert Burrell Donkin
* @author Rodney Waldhoff
* @since 2.5
* @since 3.0
* @version $Id$
*/
public class ConstructorUtils {

View File

@ -32,7 +32,7 @@ import org.apache.commons.lang.ClassUtils;
*
* @author Stephen Colebourne
* @author Matt Benson
* @since 2.5
* @since 3.0
* @version $Id$
*/
public class FieldUtils {

View File

@ -31,7 +31,7 @@ import org.apache.commons.lang.SystemUtils;
*
* @author Steve Cohen
* @author Matt Benson
* @since 2.5
* @since 3.0
* @version $Id$
*/
abstract class MemberUtils {

View File

@ -50,7 +50,7 @@ import org.apache.commons.lang.ClassUtils;
* @author Robert Burrell Donkin
* @author Niall Pemberton
* @author Matt Benson
* @since 2.5
* @since 3.0
* @version $Id$
*/
public class MethodUtils {

View File

@ -23,6 +23,6 @@
</head>
<body>
Accumulates common high-level uses of the <code>java.lang.reflect</code> APIs.
@since 2.5
@since 3.0
</body>
</html>