This commit is contained in:
Gary Gregory 2021-08-31 15:24:31 -04:00
parent 9e6383cb21
commit b652c477f6
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ public class ConstructorUtils {
}
/**
* Learn whether the specified class is generally accessible, i.e. is
* Tests whether the specified class is generally accessible, i.e. is
* declared in an entirely {@code public} manner.
* @param type to check
* @return {@code true} if {@code type} and any enclosing classes are