Skip to content

Commit d0b8044

Browse files
committed
Types in java.lang are always in scope
1 parent 32cc76d commit d0b8044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/beanutils/ConstructorUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public static <T> Constructor<T> getAccessibleConstructor(
8585
* @param <T> the type of the constructor
8686
* @param ctor prototype constructor object.
8787
* @return <code>null</code> if accessible constructor cannot be found.
88-
* @see java.lang.SecurityManager
88+
* @see SecurityManager
8989
*/
9090
public static <T> Constructor<T> getAccessibleConstructor(final Constructor<T> ctor) {
9191

0 commit comments

Comments
 (0)