This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-hamcrest.git
commit ad6202c8be848a08c3e765a1ee2cf741bdb564e4 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Oct 14 22:13:09 2016 +0000 fix javadoc errors git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@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<String, Object> expectedProperties = new HashMap<>(); * 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<String, Object> expectedProperties = new HashMap<>(); * 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<String, Object> expectedProperties = new HashMap<>(); * 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<String, Object> expectedProperties = new HashMap<>(); * expectedProperties.put("jcr:title", "Node title"); * expectedProperties.put("jcr:text", "Some long text"); * -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
