GitHub user larsgsvensson opened a pull request:
https://github.com/apache/any23/pull/117
ANY23-388 Make field writer and constructor protected
Make the constructor of `RDFWriterTripleHandler` and its field `writer`
protected, as
[discussed](https://issues.apache.org/jira/browse/ANY23-388?focusedCommentId=16580679&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16580679)
by me, @lewismc and @HansBrende. This replaces PR #116
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/larsgsvensson/any23 ANY23-388
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/any23/pull/117.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 #117
----
commit e5562c5e49e6463c22dc598efcc16870b4c320cd
Author: larsgsvensson <lars.g.svensson@...>
Date: 2018-08-20T08:29:20Z
ANY23-388 made field writer and default constructor protected instead of
package private
----
---