You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2019/05/14 20:35:24 UTC

[myfaces] 02/02: cosmetics

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

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

commit b30181acb2147c4149408e2264bc8d47aebecf35
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue May 14 22:35:22 2019 +0200

    cosmetics
---
 .../main/java/org/apache/myfaces/flow/cdi/FlowScopedContextImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/impl/src/main/java/org/apache/myfaces/flow/cdi/FlowScopedContextImpl.java b/impl/src/main/java/org/apache/myfaces/flow/cdi/FlowScopedContextImpl.java
index 071c5b1..4a768cf 100644
--- a/impl/src/main/java/org/apache/myfaces/flow/cdi/FlowScopedContextImpl.java
+++ b/impl/src/main/java/org/apache/myfaces/flow/cdi/FlowScopedContextImpl.java
@@ -106,7 +106,7 @@ public class FlowScopedContextImpl implements Context
      * @return the underlying storage
      */
     protected ContextualStorage getContextualStorage(boolean createIfNotExist, String clientWindowFlowId)
-    {;
+    {
         if (clientWindowFlowId == null)
         {
             throw new ContextNotActiveException(this.getClass().getName() + ": no current active flow");