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

gpetracek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/deltaspike.git


The following commit(s) were added to refs/heads/master by this push:
     new 2ae479e  DELTASPIKE-1383 fixed formatting
2ae479e is described below

commit 2ae479efbafe7e09b1d43b3ed9ff00ef51985072
Author: gpetracek <[email protected]>
AuthorDate: Wed Jun 26 22:46:50 2019 +0100

    DELTASPIKE-1383 fixed formatting
---
 .../java/org/apache/deltaspike/security/impl/extension/Authorizer.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/extension/Authorizer.java
 
b/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/extension/Authorizer.java
index c348632..c2b93fb 100644
--- 
a/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/extension/Authorizer.java
+++ 
b/deltaspike/modules/security/impl/src/main/java/org/apache/deltaspike/security/impl/extension/Authorizer.java
@@ -217,7 +217,8 @@ class Authorizer
                         method.getName() + "]");
             }
 
-            boundAuthorizerMethodProxy = new 
InjectableMethod(boundAuthorizerMethod, foundBoundAuthorizerBean, beanManager);
+            boundAuthorizerMethodProxy = new InjectableMethod(
+                boundAuthorizerMethod, foundBoundAuthorizerBean, beanManager);
             boundAuthorizerBean = foundBoundAuthorizerBean;
         }
     }

Reply via email to