mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-25 07:07:39 +01:00
Fix java package of ExponentialBackoffTest.
This commit is contained in:
parent
f7070df152
commit
c7fe06d4c7
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.google.bitcoin.core.utils;
|
package com.google.bitcoin.utils;
|
||||||
|
|
||||||
import com.google.bitcoin.core.Utils;
|
import com.google.bitcoin.core.Utils;
|
||||||
import com.google.bitcoin.utils.ExponentialBackoff;
|
import com.google.bitcoin.utils.ExponentialBackoff;
|
Loading…
Add table
Reference in a new issue