Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEclipse
public class OnlineHelpProviderImpl extends SimpleServiceComponent implements OnlineHelpProvider {
}

 

 

Note

Since the OnlineHelpProvider interface does not define any methods, it is not necessary to define any methods in the implementation. The implementation of the service itself can be empty.

...