Skip to content

Commit 4737d43

Browse files
authored
Remove unused argument (#461)
1 parent ce59073 commit 4737d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srv/src/main/java/my/bookshop/handlers/AdminServiceHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public void restoreCoversUpId(CqnStructuredTypeRef ref, BooksCovers cover) {
305305
}
306306

307307
@On(event = CqnService.EVENT_READ, entity = Info_.CDS_NAME)
308-
public Info readInfo(CdsReadEventContext context) {
308+
public Info readInfo() {
309309
Info info = Info.create();
310310
info.setHideTreeTable(!env.matchesProfiles("cloud"));
311311
return info;

0 commit comments

Comments
 (0)