kinow commented on a change in pull request #604: JENA-1757: Deprecate
GraphStatisticsHandler
URL: https://github.com/apache/jena/pull/604#discussion_r323682529
##########
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:
Could it be that some of the methods deprecated here are used by external
users? If so, would it be good to either link to the issue, or just add a
comment saying what alternative these users have?
Otherwise, looks good, +1 :+1:
----------------------------------------------------------------
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