Github user jgrzebyta commented on a diff in the pull request:
https://github.com/apache/any23/pull/116#discussion_r210724153
--- Diff:
core/src/main/java/org/apache/any23/writer/RDFWriterTripleHandler.java ---
@@ -44,7 +44,7 @@
*/
private boolean annotated = false;
- RDFWriterTripleHandler(RDFWriter destination) {
+ protected RDFWriterTripleHandler(RDFWriter destination) {
--- End diff --
I like it.---
