Author: sseifert
Date: Fri Oct 14 22:13:09 2016
New Revision: 1764971
URL: http://svn.apache.org/viewvc?rev=1764971&view=rev
Log:
fix javadoc errors
Modified:
sling/trunk/testing/hamcrest/src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java
Modified:
sling/trunk/testing/hamcrest/src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/hamcrest/src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java?rev=1764971&r1=1764970&r2=1764971&view=diff
==============================================================================
---
sling/trunk/testing/hamcrest/src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java
(original)
+++
sling/trunk/testing/hamcrest/src/main/java/org/apache/sling/hamcrest/ResourceMatchers.java
Fri Oct 14 22:13:09 2016
@@ -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");
*