Fix package statement

This commit is contained in:
chimp1984 2021-11-09 19:32:44 +01:00
parent a659a78db6
commit c209da7c66
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -1,4 +1,4 @@
package bisq.common.util;/* /*
* This file is part of Bisq. * This file is part of Bisq.
* *
* Bisq is free software: you can redistribute it and/or modify it * Bisq is free software: you can redistribute it and/or modify it
@ -15,6 +15,8 @@ package bisq.common.util;/*
* along with Bisq. If not, see <http://www.gnu.org/licenses/>. * along with Bisq. If not, see <http://www.gnu.org/licenses/>.
*/ */
package bisq.common.util;
import java.util.List; import java.util.List;
import java.util.concurrent.CompletableFuture; import java.util.concurrent.CompletableFuture;
import java.util.stream.Collectors; import java.util.stream.Collectors;