http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5aed2f48/content/site/apidocs/src-html/org/apache/juneau/ObjectMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/ObjectMap.html b/content/site/apidocs/src-html/org/apache/juneau/ObjectMap.html index 7118a34..04cc4cc 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/ObjectMap.html +++ b/content/site/apidocs/src-html/org/apache/juneau/ObjectMap.html @@ -157,7 +157,7 @@ <span class="sourceLineNo">149</span> this(p == null ? BeanContext.DEFAULT.createSession() : p.getBeanContext().createSession());<a name="line.149"></a> <span class="sourceLineNo">150</span> if (p == null)<a name="line.150"></a> <span class="sourceLineNo">151</span> p = JsonParser.DEFAULT;<a name="line.151"></a> -<span class="sourceLineNo">152</span> if (s != null)<a name="line.152"></a> +<span class="sourceLineNo">152</span> if (! StringUtils.isEmpty(s))<a name="line.152"></a> <span class="sourceLineNo">153</span> p.parseIntoMap(s, this, session.string(), session.object());<a name="line.153"></a> <span class="sourceLineNo">154</span> }<a name="line.154"></a> <span class="sourceLineNo">155</span><a name="line.155"></a>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5aed2f48/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.PropertyMap.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.PropertyMap.html b/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.PropertyMap.html index e8e2edb..405499c 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.PropertyMap.html +++ b/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.PropertyMap.html @@ -154,7 +154,7 @@ <span class="sourceLineNo">146</span> * ps.putToProperty(<js>"BeanContext.implClasses.map"</js>, MyInterface.<jk>class</jk>, MyInterfaceImpl.<jk>class</jk>);<a name="line.146"></a> <span class="sourceLineNo">147</span> *<a name="line.147"></a> <span class="sourceLineNo">148</span> * <jc>// Append to map property using set().</jc><a name="line.148"></a> -<span class="sourceLineNo">149</span> * Map m = <jk>new</jk> HashMap(){{put(MyInterface.<jk>class</jk>,MyInterfaceImpl.<jk>class</jk>)}};<a name="line.149"></a> +<span class="sourceLineNo">149</span> * Map m = <jk>new</jk> AMap().append(MyInterface.<jk>class</jk>,MyInterfaceImpl.<jk>class</jk>);<a name="line.149"></a> <span class="sourceLineNo">150</span> * ps.setProperty(<js>"BeanContext.implClasses.map.put"</js>, m);<a name="line.150"></a> <span class="sourceLineNo">151</span> * </p><a name="line.151"></a> <span class="sourceLineNo">152</span> * <p><a name="line.152"></a> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5aed2f48/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.html b/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.html index e8e2edb..405499c 100644 --- a/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.html +++ b/content/site/apidocs/src-html/org/apache/juneau/PropertyStore.html @@ -154,7 +154,7 @@ <span class="sourceLineNo">146</span> * ps.putToProperty(<js>"BeanContext.implClasses.map"</js>, MyInterface.<jk>class</jk>, MyInterfaceImpl.<jk>class</jk>);<a name="line.146"></a> <span class="sourceLineNo">147</span> *<a name="line.147"></a> <span class="sourceLineNo">148</span> * <jc>// Append to map property using set().</jc><a name="line.148"></a> -<span class="sourceLineNo">149</span> * Map m = <jk>new</jk> HashMap(){{put(MyInterface.<jk>class</jk>,MyInterfaceImpl.<jk>class</jk>)}};<a name="line.149"></a> +<span class="sourceLineNo">149</span> * Map m = <jk>new</jk> AMap().append(MyInterface.<jk>class</jk>,MyInterfaceImpl.<jk>class</jk>);<a name="line.149"></a> <span class="sourceLineNo">150</span> * ps.setProperty(<js>"BeanContext.implClasses.map.put"</js>, m);<a name="line.150"></a> <span class="sourceLineNo">151</span> * </p><a name="line.151"></a> <span class="sourceLineNo">152</span> * <p><a name="line.152"></a>
