Skip to content

Commit 286662e

Browse files
committed
Fix typo in log event message in
org.apache.commons.beanutils2.MethodUtils.setMethodAccessible(Method)
1 parent 35f064e commit 286662e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/beanutils2/MethodUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,7 @@ private static void setMethodAccessible(final Method method) {
11381138
vulnerableJVM = true;
11391139
}
11401140
if (vulnerableJVM) {
1141-
LOG.warn("Current Security Manager restricts use of workarounds for reflection bugs " + " in pre-1.4 JVMs.");
1141+
LOG.warn("Current Security Manager restricts use of workarounds for reflection bugs in pre-1.4 JVMs.");
11421142
}
11431143
loggedAccessibleWarning = true;
11441144
}

0 commit comments

Comments
 (0)