This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git.
from 88500be Add and use ClassUtils.isPublic(Class). new ae4225c Organize imports. new 053e263 Add UncheckedIllegalAccessException. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 1 + ...erruptedException.java => UncheckedIllegalAccessException.java} | 7 ++++--- ...ExceptionTest.java => UncheckedIllegalAccessExceptionTest.java} | 6 +++--- .../org/apache/commons/lang3/function/BooleanConsumerTest.java | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) copy src/main/java/org/apache/commons/lang3/exception/{UncheckedInterruptedException.java => UncheckedIllegalAccessException.java} (86%) copy src/test/java/org/apache/commons/lang3/exception/{UncheckedExceptionTest.java => UncheckedIllegalAccessExceptionTest.java} (85%)