afs commented on a change in pull request #604: JENA-1757: Deprecate
GraphStatisticsHandler
URL: https://github.com/apache/jena/pull/604#discussion_r323707653
##########
File path: jena-core/src/main/java/org/apache/jena/graph/impl/WrappedGraph.java
##########
@@ -43,6 +43,7 @@ public boolean dependsOn( Graph other )
public TransactionHandler getTransactionHandler()
{ return base.getTransactionHandler(); }
+ @Deprecated
Review comment:
If we go ahead, I would tidy up some more and add comments. Despite "/impl/"
WrappedGraph may be used but that does not mean the statistics handler is used
or reimplemented externally.
It's public API on `Graph` so deprecation, then maybe a general, simple
implementation. But as it is only actually implemented for one type of graph,
there can't be a lot of use, if any.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services