Skip to content

Commit 3f5b0a0

Browse files
igorjava2025sonus21
authored andcommitted
fix comment
(cherry picked from commit c92cb75)
1 parent 084f002 commit 3f5b0a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rqueue-core/src/test/java/com/github/sonus21/rqueue/listener/HardStrictPriorityPollerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ public void setUp() {
7272
new HardStrictPriorityPollerProperties()
7373
));
7474

75-
// КРИТИЧЕСКИ ВАЖНО: Разрешаем опрос очередей
75+
// Allowing queue polling
7676
lenient().doReturn(true).when(poller).eligibleForPolling(anyString());
77-
// КРИТИЧЕСКИ ВАЖНО: Запрещаем немедленный выход из цикла
77+
// Disable immediate exit from the loop
7878
lenient().doReturn(false).when(poller).shouldExit();
7979
}
8080

0 commit comments

Comments
 (0)