We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8870b8c commit 14215d0Copy full SHA for 14215d0
src/com/rabbitmq/utility/IntAllocator.java
@@ -30,6 +30,8 @@
30
//
31
package com.rabbitmq.utility;
32
33
+import java.util.Arrays;
34
+
35
/**
36
* A class for allocating integer IDs in a given range.
37
*/
0 commit comments