Trailing spaces removed.

cusax-fix
Yana Stamcheva 18 years ago
parent 5c5fbe0d83
commit d7ded08aec

@ -31,8 +31,7 @@ public class Resources
private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle
.getBundle(BUNDLE_NAME);
/**
* Returns an internationalized string corresponding to the given key.
*

@ -17,6 +17,7 @@
public class BrandingActivator implements BundleActivator, BundleListener
{
private WelcomeWindow welcomeWindow;
private static BundleContext bundleContext;
private JMenuItem aboutEntry;

@ -36,7 +36,7 @@ public void start(BundleContext bc) throws Exception
ServiceReference uiServiceRef
= bc.getServiceReference(UIService.class.getName());
uiService = (UIService) bc.getService(uiServiceRef);
uiService = (UIService) bc.getService(uiServiceRef);
ConfigurationWindow configWindow = uiService.getConfigurationWindow();
@ -44,7 +44,7 @@ public void start(BundleContext bc) throws Exception
{
PluginManagerConfigForm pluginManager
= new PluginManagerConfigForm();
configWindow.addConfigurationForm(pluginManager);
}
}

Loading…
Cancel
Save