You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:25:34 UTC

[sling-org-apache-sling-discovery-base] 04/09: SLING-5173 related : minor wording fix

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

rombert pushed a commit to annotated tag org.apache.sling.discovery.base-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git

commit 117b4743baa7a7651a0135b8862cbcda74cdba2c
Author: Stefan Egli <st...@apache.org>
AuthorDate: Wed Oct 21 10:59:44 2015 +0000

    SLING-5173 related : minor wording fix
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1709792 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/discovery/base/commons/DefaultTopologyView.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/discovery/base/commons/DefaultTopologyView.java b/src/main/java/org/apache/sling/discovery/base/commons/DefaultTopologyView.java
index bc97d79..653e6d8 100644
--- a/src/main/java/org/apache/sling/discovery/base/commons/DefaultTopologyView.java
+++ b/src/main/java/org/apache/sling/discovery/base/commons/DefaultTopologyView.java
@@ -237,7 +237,7 @@ public class DefaultTopologyView extends BaseTopologyView {
 
     @Override
     public String toString() {
-        return "TopologyViewImpl [current=" + isCurrent() + ", num=" + instances.size() + ", instances="
+        return "DefaultTopologyView[current=" + isCurrent() + ", num=" + instances.size() + ", instances="
                 + instances + "]";
     }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.