ServicesTest: add missing package declaration

This commit is contained in:
Sean Gilligan 2023-08-07 20:07:50 -07:00 committed by Andreas Schildbach
parent d9a432b4d7
commit 2b68d8da8e

View File

@ -14,6 +14,8 @@
* limitations under the License.
*/
package org.bitcoinj.core;
import junitparams.JUnitParamsRunner;
import junitparams.Parameters;
import org.bitcoinj.core.Services;