Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit dee13cd

Browse files
committed
No need to public BRBridge
Minor cleanup for #225.
1 parent 93dc3cc commit dee13cd

File tree

1 file changed

+1
-1
lines changed
  • biz/main/src/main/kotlin/io/goooler/demoapp/main/util

1 file changed

+1
-1
lines changed

biz/main/src/main/kotlin/io/goooler/demoapp/main/util/BRBridge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import io.goooler.demoapp.main.BR;
44

5-
public interface BRBridge {
5+
interface BRBridge {
66
int listener = BR.listener;
77
int model = BR.model;
88
}

0 commit comments

Comments
 (0)