You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2019/06/27 11:36:40 UTC

[deltaspike] branch master updated: DELTASPIKE-1383 fixed formatting

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 <gp...@apache.org>
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;
         }
     }