Closed namedgraph closed 11 years ago
Null arguments should clear the query property (such as ORDER BY modifier value) without adding anything new. This will make QueryBuilder more consistent with the UriBuilder design: http://jackson.codehaus.org/javadoc/jax-rs/1.0/javax/ws/rs/core/UriBuilder.html#replaceQuery(java.lang.String)
ORDER BY
Null arguments should clear the query property (such as
ORDER BY
modifier value) without adding anything new. This will make QueryBuilder more consistent with the UriBuilder design: http://jackson.codehaus.org/javadoc/jax-rs/1.0/javax/ws/rs/core/UriBuilder.html#replaceQuery(java.lang.String)