This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch 3.1.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit dbd42137cfd7468f480393438ce47e9a5ec5c265
Author: Daniel Kulp <[email protected]>
AuthorDate: Fri Dec 15 13:05:58 2017 -0500

    Fix compile failure
---
 core/src/main/java/org/apache/cxf/common/util/SystemPropertyAction.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/src/main/java/org/apache/cxf/common/util/SystemPropertyAction.java 
b/core/src/main/java/org/apache/cxf/common/util/SystemPropertyAction.java
index e3193fe..8c74427 100644
--- a/core/src/main/java/org/apache/cxf/common/util/SystemPropertyAction.java
+++ b/core/src/main/java/org/apache/cxf/common/util/SystemPropertyAction.java
@@ -85,7 +85,7 @@ public final class SystemPropertyAction implements 
PrivilegedAction<String> {
      * @param name - system property name
      * @param def - the default value if the system property does not exist or 
cannot be acquired
      */
-    public static int getInteger(String name, int def) {
+    public static int getInteger(final String name, final int def) {
         try {
             return AccessController.doPrivileged(new 
PrivilegedAction<Integer>() {
                 @Override

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to