* fixed some Findbugs / Checkstyle issues

* introduced helper methods to minimize necessary @@SuppressWarnings("unchecked")@ scope

git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@7555 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
Oliver Gierke
2009-10-23 07:30:25 +00:00
parent 032849a858
commit 22068e325a
7 changed files with 26 additions and 19 deletions

View File

@@ -28,5 +28,5 @@ public interface MetadataProvider {
*
* @return the plugins metadata
*/
public PluginMetadata getMetadata();
PluginMetadata getMetadata();
}