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 10:17:36 UTC

[sling-org-apache-sling-testing-hamcrest] 16/18: fix javadoc errors

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

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

commit f3cd2bdb76445eee31271bc5fa152947a9458444
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Fri Oct 14 22:13:09 2016 +0000

    fix javadoc errors
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/hamcrest@1764971 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java b/src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java
index 2455111..32fc46c 100644
--- a/src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java
+++ b/src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java
@@ -126,7 +126,7 @@ public final class ResourceMatchers {
      * 
      * <p>Values not declared in the the <tt>properties</tt> parameter are not validated.</p>
      * <pre>
-     * Map<String, Object> expectedProperties = new HashMap<>();
+     * Map&lt;String, Object&gt; expectedProperties = new HashMap&lt;&gt;();
      * expectedProperties.put("jcr:title", "Node title");
      * expectedProperties.put("jcr:text",  "Some long text");
      * 
@@ -145,7 +145,7 @@ public final class ResourceMatchers {
      * 
      * <p>Values not declared in the the <tt>properties</tt> parameter are not validated.</p>
      * <pre>
-     * Map<String, Object> expectedProperties = new HashMap<>();
+     * Map&lt;String, Object&gt; expectedProperties = new HashMap&lt;&gt;();
      * expectedProperties.put("jcr:title", "Node title");
      * expectedProperties.put("jcr:text",  "Some long text");
      * 
@@ -164,7 +164,7 @@ public final class ResourceMatchers {
      * 
      * <p>Values not declared in the the <tt>properties</tt> parameter are not validated.</p>
      * <pre>
-     * Map<String, Object> expectedProperties = new HashMap<>();
+     * Map&lt;String, Object&gt; expectedProperties = new HashMap&lt;&gt;();
      * expectedProperties.put("jcr:title", "Node title");
      * expectedProperties.put("jcr:text",  "Some long text");
      * 
@@ -184,7 +184,7 @@ public final class ResourceMatchers {
      * 
      * <p>Values not declared in the the <tt>properties</tt> parameter are not validated.</p>
      * <pre>
-     * Map<String, Object> expectedProperties = new HashMap<>();
+     * Map&lt;String, Object&gt; expectedProperties = new HashMap&lt;&gt;();
      * expectedProperties.put("jcr:title", "Node title");
      * expectedProperties.put("jcr:text",  "Some long text");
      * 

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