Skip to content

Commit

Permalink
remove incorrect documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 10, 2024
1 parent 62da38d commit 865b9fb
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,10 +492,9 @@ protected abstract Region getRecordingRegion(
InterruptedException;

/**
* Store the data retrieved from a region. Called (at most) once for each
* element in the list returned by {@link #getRecordingRegion(Placement, int)}
* getRegion(...)}, <i>in order</i>. No guarantee is made about which thread
* will call this method.
* Store the data retrieved from a region
*
* No guarantee is made about which thread will call this method.
*
* @param r
* Where the data came from.
Expand Down

0 comments on commit 865b9fb

Please sign in to comment.