Skip to content

Commit 94e58ec

Browse files
@initial 7.0.0-preview.625 Fix anno getter params to free
1 parent 9250e46 commit 94e58ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/talexframe/frame/core/modules/application/TAppManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public TAppAnnoGetter() {
154154

155155
}
156156

157-
public List<T> getAnnos(TApp controller) {
157+
public List<T> getAnnos() {
158158

159159
List<T> list = new ArrayList<>();
160160

0 commit comments

Comments
 (0)