mirror of
https://github.com/aljazceru/lnd-manageJ.git
synced 2026-01-21 06:54:29 +01:00
move class
This commit is contained in:
@@ -2,7 +2,7 @@ package de.cotto.lndmanagej.controller;
|
||||
|
||||
import com.codahale.metrics.annotation.Timed;
|
||||
import de.cotto.lndmanagej.controller.dto.ObjectMapperConfiguration;
|
||||
import de.cotto.lndmanagej.dto.SelfPaymentsDto;
|
||||
import de.cotto.lndmanagej.controller.dto.SelfPaymentsDto;
|
||||
import de.cotto.lndmanagej.model.ChannelId;
|
||||
import de.cotto.lndmanagej.model.Pubkey;
|
||||
import de.cotto.lndmanagej.service.SelfPaymentsService;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
package de.cotto.lndmanagej.dto;
|
||||
package de.cotto.lndmanagej.controller.dto;
|
||||
|
||||
import de.cotto.lndmanagej.controller.dto.SelfPaymentDto;
|
||||
import de.cotto.lndmanagej.model.Coins;
|
||||
import de.cotto.lndmanagej.model.SelfPayment;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package de.cotto.lndmanagej.dto;
|
||||
|
||||
import de.cotto.lndmanagej.controller.dto.SelfPaymentsDto;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
Reference in New Issue
Block a user