Skip to content

Commit

Permalink
Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cpurdy committed Jun 1, 2022
1 parent c36c282 commit 5b1b54d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib_oodb/src/main/x/oodb/DBLog.x
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ interface DBLog<Element extends immutable Const>
* @param txIds (optional) the transaction id (or range of ids) to search for
* @param txName (optional) the transaction name to search for
*
* @return True iff any log entries were selected
* @return True iff the application is permitted to access the log contents, **and** any log
* entries were selected
* @return (conditional) a `List` that represents the selected log entries
*/
conditional List<Entry> select((Range<DateTime>|Duration)? period = Null,
Expand Down

0 comments on commit 5b1b54d

Please sign in to comment.