Skip to content

Commit 14215d0

Browse files
author
David R. MacIver
committed
oops, missing import erroneously removed because I thought it wasn't needed
1 parent 8870b8c commit 14215d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/com/rabbitmq/utility/IntAllocator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
//
3131
package com.rabbitmq.utility;
3232

33+
import java.util.Arrays;
34+
3335
/**
3436
* A class for allocating integer IDs in a given range.
3537
*/

0 commit comments

Comments
 (0)