GP-1795 - Added help service method to show a HelpLocation

This commit is contained in:
dragonmacher 2022-03-04 11:21:27 -05:00
parent 35e9c3328d
commit f98e0d5c54
3 changed files with 82 additions and 57 deletions

View file

@ -39,6 +39,11 @@ public class DefaultHelpService implements HelpService {
// no-op
}
@Override
public void showHelp(HelpLocation location) {
// no-op
}
@Override
public void excludeFromHelp(Object helpObject) {
// no-op