GitHub user stain opened a pull request:
https://github.com/apache/incubator-commonsrdf/pull/26
COMMONSRDF-7 RDFTerm/Triple/Quad are immutable
[COMMONSRDF-7](https://issues.apache.org/jira/browse/COMMONSRDF-7)
also clarify `RDFTerm.equals()` and `RDFTerm.hashCode()`
by delegation to its specializations IRI/BlankNode/Literal
Suggested javadoc:
*
[RDFTerm](http://stain.github.io/incubator-commonsrdf/COMMONSRDF-7/org/apache/commons/rdf/api/RDFTerm.html)
*
[Triple](http://stain.github.io/incubator-commonsrdf/COMMONSRDF-7/org/apache/commons/rdf/api/Triple.html)
*
[Quad](http://stain.github.io/incubator-commonsrdf/COMMONSRDF-7/org/apache/commons/rdf/api/Quad.html)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-commonsrdf COMMONSRDF-7
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-commonsrdf/pull/26.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #26
----
commit cdc76af17932dcdd4c27cf1842445e5f5a90ae46
Author: Stian Soiland-Reyes <[email protected]>
Date: 2016-10-27T09:56:38Z
COMMONSRDF-7 RDFTerm/Triple/Quad are immutable
also clarify RDFTerm.equals() and RDFTerm.hashCode()
by delegation to its specializations IRI/BlankNode/Literal
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---