This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.resourceresolver-mock-1.1.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-resourceresolver-mock.git
commit fc379a7ed912d63577198d401d51c1f7cea56f98 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Sep 10 19:13:18 2015 +0000 cosmetic: add toString method to ReadOnlyValueMapDecorator git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/resourceresolver-mock@1702311 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/testing/resourceresolver/ReadonlyValueMapDecorator.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/java/org/apache/sling/testing/resourceresolver/ReadonlyValueMapDecorator.java b/src/main/java/org/apache/sling/testing/resourceresolver/ReadonlyValueMapDecorator.java index 78d0842..29a7678 100644 --- a/src/main/java/org/apache/sling/testing/resourceresolver/ReadonlyValueMapDecorator.java +++ b/src/main/java/org/apache/sling/testing/resourceresolver/ReadonlyValueMapDecorator.java @@ -103,4 +103,9 @@ class ReadonlyValueMapDecorator implements ValueMap { return delegate; } + @Override + public String toString() { + return delegate.toString(); + } + } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
