Skip to content

Commit

Permalink
Commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker committed Jun 28, 2024
1 parent c44ce02 commit e48807b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public QueryLogIterator(QueryLogIterator other, IteratorEnvironment env) {
}

/**
* Wraps the init() method of the iterator above it, logging the start and end of the method along with its query id.
* Wraps the init() method of the iterator above it, logging the start/end of the method along with its query id.
*/
@Override
public void init(SortedKeyValueIterator<Key,Value> source, Map<String,String> options, IteratorEnvironment env) throws IOException {
Expand Down

0 comments on commit e48807b

Please sign in to comment.