mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
Move io.bitsquare.{network=>util}.tomp2p.BaseFutureUtil
This commit is contained in:
parent
486cd9824e
commit
1546285b8b
4 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ import net.tomp2p.utils.Utils;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import static io.bitsquare.network.tomp2p.BaseFutureUtil.isSuccess;
|
||||
import static io.bitsquare.util.tomp2p.BaseFutureUtil.isSuccess;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -67,7 +67,7 @@ import org.slf4j.LoggerFactory;
|
|||
|
||||
import lighthouse.files.AppDirectory;
|
||||
|
||||
import static io.bitsquare.network.tomp2p.BaseFutureUtil.isSuccess;
|
||||
import static io.bitsquare.util.tomp2p.BaseFutureUtil.isSuccess;
|
||||
|
||||
/**
|
||||
* The fully bootstrapped P2PNode which is responsible himself for his availability in the messaging system. It saves
|
||||
|
|
|
@ -48,7 +48,7 @@ import net.tomp2p.storage.Data;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
import static io.bitsquare.network.tomp2p.BaseFutureUtil.isSuccess;
|
||||
import static io.bitsquare.util.tomp2p.BaseFutureUtil.isSuccess;
|
||||
|
||||
class TomP2POfferRepository implements OfferRepository {
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* along with Bitsquare. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
package io.bitsquare.network.tomp2p;
|
||||
package io.bitsquare.util.tomp2p;
|
||||
|
||||
import net.tomp2p.futures.BaseFuture;
|
||||
|
Loading…
Add table
Reference in a new issue