From 7b9c4c6a09d4c5236811b9611e4300e9f338b7c2 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Fri, 30 Jul 2021 14:07:51 +0800 Subject: [PATCH] fix bug of listener --- .idea/compiler.xml | 2 +- .idea/gradle.xml | 2 +- .idea/misc.xml | 2 +- .../com/mogo/cloud/httpdns/HttpDnsHelper.kt | 20 ++++------------ .../mogo/cloud/httpdns/MogoHttpDnsClient.kt | 23 +++++++------------ .../httpdns/listener/IHttpDnsTtlCallback.kt | 8 ------- .../cloud/httpdns/listener/IMogoHttpDns.kt | 20 ++++------------ gradle.properties | 20 ++++++++-------- 8 files changed, 30 insertions(+), 67 deletions(-) delete mode 100644 foudations/mogo-httpdns/src/main/java/com/mogo/cloud/httpdns/listener/IHttpDnsTtlCallback.kt diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 61a9130..fb7f4a8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 4347ce7..bdfd90e 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,7 +7,7 @@