You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/01/02 19:08:55 UTC

svn commit: r1776986 - /sling/trunk/tooling/ide/api/src/org/apache/sling/ide/transport/ResourceProxy.java

Author: kwin
Date: Mon Jan  2 19:08:55 2017
New Revision: 1776986

URL: http://svn.apache.org/viewvc?rev=1776986&view=rev
Log:
clarify javadoc about multivalue properties

Modified:
    sling/trunk/tooling/ide/api/src/org/apache/sling/ide/transport/ResourceProxy.java

Modified: sling/trunk/tooling/ide/api/src/org/apache/sling/ide/transport/ResourceProxy.java
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/api/src/org/apache/sling/ide/transport/ResourceProxy.java?rev=1776986&r1=1776985&r2=1776986&view=diff
==============================================================================
--- sling/trunk/tooling/ide/api/src/org/apache/sling/ide/transport/ResourceProxy.java (original)
+++ sling/trunk/tooling/ide/api/src/org/apache/sling/ide/transport/ResourceProxy.java Mon Jan  2 19:08:55 2017
@@ -27,6 +27,7 @@ import java.util.Map;
  * <p>
  * The resource usually has properties, as returned from <tt>{@link #getProperties()}</tt>. If no properties are found,
  * it means that the resource is only a reference and not that it is an empty resource.
+ * If a property contains multiple values it is being represented by an array type.
  * </p>
  * 
  * <p>