Remove unnecessary override and use super directly

Avoid overriding and implementing the same method as super as this blows
up the code.

Change-Id: I4953bed1e4ca0344ea52a9abe0066b49c3866a98
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
2 files changed
tree: a6a4460e0cd4b5d306fdd8a6679eea03d2b43878
  1. bundles/
  2. features/
  3. tests/
  4. .gitignore
  5. CONTRIBUTING
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.MD
README.MD

eclipse.platform.ui.tools

Repository for the platform tools to develop Eclipse 4 RCP applications.

How to build

Use the following command to build the components in this repository.

mvn clean verify -Pbuild-individual-bundles