Fix java package of ExponentialBackoffTest.

This commit is contained in:
Andreas Schildbach 2014-07-08 12:05:20 +02:00 committed by Mike Hearn
parent f7070df152
commit c7fe06d4c7

View file

@ -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;