Skip to content

Commit

Permalink
Checkstyle fix (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea authored Jun 18, 2024
1 parent 458ff88 commit 3b8d3b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ private long getScopeScan( PartitionTxn partitionTxn, ScopeNode node ) throws Ld
return db.getChildCount( partitionTxn, id );

case SUBTREE:
if ( Strings.equals(id, getContextEntryId( partitionTxn ) ) )
if ( Strings.equals( id, getContextEntryId( partitionTxn ) ) )
{
return db.count( partitionTxn );
}
Expand Down

0 comments on commit 3b8d3b6

Please sign in to comment.