Skip to content

Commit

Permalink
style-checkStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Nov 12, 2024
1 parent 810ada3 commit 9699978
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public Map<String, Object> view(String id) {
return map;
}


@Override
public List<ChildTableInfo> getChildren() {
return List.of(
Expand All @@ -76,7 +75,7 @@ public List<QueryItem> queryItemList() {
}

@ApplicationScoped
class MessageForPerson extends ScaffoldForPlatform implements IChildAbility, IReferenceAbility,IQueryAbility {
class MessageForPerson extends ScaffoldForPlatform implements IChildAbility, IReferenceAbility, IQueryAbility {

@Inject
UserInfoController userInfoController;
Expand Down

0 comments on commit 9699978

Please sign in to comment.