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

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

commit a058e4559d0363ed956780e81f2e6f0d84d0ead3
Author: Mark Struberg <[email protected]>
AuthorDate: Fri Feb 26 14:46:46 2021 +0100

    fix compile error
---
 .../org/apache/deltaspike/core/impl/scope/window/WindowContextImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/scope/window/WindowContextImpl.java
 
b/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/scope/window/WindowContextImpl.java
index a9ad9c8..8a88f31 100644
--- 
a/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/scope/window/WindowContextImpl.java
+++ 
b/deltaspike/core/impl/src/main/java/org/apache/deltaspike/core/impl/scope/window/WindowContextImpl.java
@@ -82,7 +82,7 @@ public class WindowContextImpl extends AbstractContext 
implements WindowContext
     @Override
     public String getCurrentWindowId()
     {
-        if (windowHolder == null)
+        if (windowIdHolder == null)
         {
             return null;
         }

Reply via email to