Skip to content

Commit ddc432f

Browse files
committed
see 05/29 log
1 parent 532a3e6 commit ddc432f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bus-gradle-plugin/src/main/java/com/blankj/bus/BusScan.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ class BusScan {
7272
busStaticMap.put(name, sign);
7373
} else {// may be is kotlin
7474
if (!processKt(method, name, methodLongName)) {
75-
// int priority = ((BusUtils.Subscribe) method.getAnnotation(BusUtils.Subscribe.class)).priority();
76-
// processEventBus(method, name, methodLongName);
75+
int priority = ((BusUtils.Subscribe) method.getAnnotation(BusUtils.Subscribe.class)).priority();
76+
processEventBus(method, name, methodLongName);
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)