Skip to content

Commit f9dc072

Browse files
committed
修改代码
1 parent c24ed6d commit f9dc072

File tree

2 files changed

+2
-2
lines changed
  • app/src/main/java/com/flyjingfish/modulecommunication
  • module-communication-route/src/main/java/com/flyjingfish/module_communication_route/lost

2 files changed

+2
-2
lines changed

app/src/main/java/com/flyjingfish/modulecommunication/CollectApp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object CollectApp {
6161
}
6262

6363
/**
64-
* 收集所有的 module 的 @ExposeInterface 共享实现类
64+
* 这一步才可以收集到所有的降级处理器
6565
*/
6666
@AndroidAopCollectMethod
6767
@JvmStatic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.flyjingfish.module_communication_route.lost
22

33
interface RouterLost {
4-
fun order(): Int
54
fun onLost(lostPoint: LostPoint)
5+
fun order(): Int
66
}

0 commit comments

Comments
 (0)