mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-20 13:54:32 +01:00
Fix package statement
This commit is contained in:
parent
a659a78db6
commit
c209da7c66
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
package bisq.common.util;/*
|
||||
/*
|
||||
* This file is part of Bisq.
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
|
||||
package bisq.common.util;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.concurrent.CompletableFuture;
|
||||
import java.util.stream.Collectors;
|
||||
|
|
Loading…
Add table
Reference in a new issue