AtomGraph / Web-Client

Generic Linked Data browser and UX component framework. Apache license.
https://hub.docker.com/r/atomgraph/web-client/
Apache License 2.0
121 stars 13 forks source link

QuerryBuilder.replaceXXX() methods should accept null arguments #30

Closed namedgraph closed 11 years ago

namedgraph commented 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)