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/08/13 12:44:41 UTC

[myfaces] 01/02: refactored

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 e68d34a523be1e975cc158b4d0d32538c11c76fe
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Tue Aug 13 11:53:49 2019 +0200

    refactored
---
 api/src/main/java/javax/faces/component/_DeltaList.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/api/src/main/java/javax/faces/component/_DeltaList.java b/api/src/main/java/javax/faces/component/_DeltaList.java
index 8300d0c..88e3b2f 100644
--- a/api/src/main/java/javax/faces/component/_DeltaList.java
+++ b/api/src/main/java/javax/faces/component/_DeltaList.java
@@ -222,8 +222,7 @@ class _DeltaList<T> extends ArrayList<T> implements List<T>, PartialStateHolder,
                             {
                                 nullDelta = false;
                             }
-                            lst[i] = new _AttachedDeltaWrapper(value.getClass(),
-                                attachedState);
+                            lst[i] = new _AttachedDeltaWrapper(value.getClass(), attachedState);
                         }
                     }
                     else