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:
parent
c404121979
commit
8a57de11ee
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue