This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package cn.ceres.did;
|
||||
package io.github.ehlxr.did;
|
||||
|
||||
import cn.ceres.did.client.SdkClient;
|
||||
import io.github.ehlxr.did.client.SdkClient;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
@@ -1,7 +1,7 @@
|
||||
package cn.ceres.did;
|
||||
package io.github.ehlxr.did;
|
||||
|
||||
import cn.ceres.did.client.SdkClient;
|
||||
import cn.ceres.did.common.SdkProto;
|
||||
import io.github.ehlxr.did.client.SdkClient;
|
||||
import io.github.ehlxr.did.common.SdkProto;
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
Reference in New Issue
Block a user