Skip to content

Commit

Permalink
TxStateVisitor is its own adapter and implemented Delegator to it
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Nov 30, 2015
1 parent 32294b4 commit 991c49e
Show file tree
Hide file tree
Showing 6 changed files with 199 additions and 125 deletions.
Expand Up @@ -36,7 +36,7 @@
import static org.neo4j.kernel.api.CountsRead.ANY_LABEL;
import static org.neo4j.kernel.api.CountsRead.ANY_RELATIONSHIP_TYPE;

public class TransactionCountingStateVisitor extends TxStateVisitor.Adapter
public class TransactionCountingStateVisitor extends TxStateVisitor.Delegator
{
private final RelationshipDataExtractor edge = new RelationshipDataExtractor();
private final CountsRecordState counts;
Expand Down

0 comments on commit 991c49e

Please sign in to comment.