You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/02/01 07:04:49 UTC

[isis] branch maint-1.16.1 updated: ISIS-1858

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

ahuber pushed a commit to branch maint-1.16.1
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/maint-1.16.1 by this push:
     new c4c9861  ISIS-1858
c4c9861 is described below

commit c4c98611465e7433691c61a3bdec2ca407c96b53
Author: Andi Huber <ho...@gmx.at>
AuthorDate: Thu Feb 1 08:04:47 2018 +0100

    ISIS-1858
---
 .../isis/viewer/wicket/model/models/ScalarModelWithPending.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/viewer-wicket-model/src/main/java/org/apache/isis/viewer/wicket/model/models/ScalarModelWithPending.java b/core/viewer-wicket-model/src/main/java/org/apache/isis/viewer/wicket/model/models/ScalarModelWithPending.java
index 31c026e..aaae5ee 100644
--- a/core/viewer-wicket-model/src/main/java/org/apache/isis/viewer/wicket/model/models/ScalarModelWithPending.java
+++ b/core/viewer-wicket-model/src/main/java/org/apache/isis/viewer/wicket/model/models/ScalarModelWithPending.java
@@ -72,7 +72,7 @@ public interface ScalarModelWithPending extends Serializable {
                 @Override
                 public void setObject(final ObjectAdapterMemento adapterMemento) {
                     if (LOG.isDebugEnabled()) {
-                        LOG.debug("setting to: " + adapterMemento!=null?adapterMemento.toString():null);
+                        LOG.debug("setting to: " + (adapterMemento!=null?adapterMemento.toString():null) );
                     }
                     owner.setPending(adapterMemento);
                     final ScalarModel ownerScalarModel = owner.getScalarModel();
@@ -97,4 +97,4 @@ public interface ScalarModelWithPending extends Serializable {
         }
 
     }
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.