You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Essentials/src/main/java/com/earth2me/essentials/IUser.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -261,12 +261,12 @@ public interface IUser {
261
261
* period are removed from queue and therefore not returned here. The maximum size of this
262
262
* queue is determined by {@link ISettings#getTpaMaxRequests()}.
263
263
*
264
-
* @param inform true if the underlying {@link IUser} should be informed if a request expires during iteration.
265
-
* @param performExpirations true if this method should not spend time validating time for all items in the queue and just return the first item in the queue.
266
-
* @param excludeHere true if /tphere requests should be ignored in fetching the next tpa request.
264
+
* @param inform true if the underlying {@link IUser} should be informed if a request expires during iteration.
265
+
* @param ignoreExpirations true if this method should not process expirations for the entire queue and stop execution on the first unexpired request.
266
+
* @param excludeHere true if /tphere requests should be ignored in fetching the next tpa request.
267
267
* @return A {@link TpaRequest} corresponding to the next available request or null if no valid request is present.
0 commit comments