Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bageshwar committed Jul 15, 2022
1 parent c612e10 commit cc141c1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ public List<Class<? extends DataAdapterBizlogic>> adapters() {
return null;
}

@Override
public List<Class<? extends IBizlogic>> bizlogics() {
return null;
}

@Override
public List<Class<? extends IBizlogic>> exclusions() {
return null;
Expand Down

0 comments on commit cc141c1

Please sign in to comment.