Skip to content
Snippets Groups Projects
Commit db7a776a authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

Very small refactoring

refs 2049
parent a795e081
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ import org.osgi.framework.Bundle;
* @author hummel
* @author $Author$
* @version $Rev$
* @ConQAT.Rating GREEN Hash: 141D7780E0D1FD54F50B50F6CAF25CD8
* @ConQAT.Rating YELLOW Hash: C63CA04911CDC679716B4448338BDA60
*/
public class ExtensionPointUtils {
......@@ -70,9 +70,7 @@ public class ExtensionPointUtils {
* @return the declaring bundle.
*/
public static Bundle getBundle(IConfigurationElement configElement) {
Bundle bundle =
Platform.getBundle(configElement.getDeclaringExtension().getNamespaceIdentifier());
return bundle;
return Platform.getBundle(configElement.getDeclaringExtension().getNamespaceIdentifier());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment