Removes @override directives from interface implementing methods.

Removes non ASCII chars from java files.
cusax-fix
Emil Ivov 18 years ago
parent f7133a4896
commit 6d8d739def

@ -45,8 +45,7 @@ public class ArgDelegationActivator
*
* @param bc a reference to the currently active bundle context.
*/
@Override
public void start(BundleContext bc) throws Exception
public void start(BundleContext context) throws Exception
{
bundleContext = bc;
delegationPeer = new ArgDelegationPeerImpl(bc);
@ -63,7 +62,6 @@ public void start(BundleContext bc) throws Exception
*
* @param bc an instance of the currently valid bundle context.
*/
@Override
public void stop(BundleContext bc) throws Exception
{
uiService = null;

@ -12,7 +12,7 @@
/**
* Utility methods for image manipulation.
*
* @author Sébastien Mazy
* @author Sebastien Mazy
*/
public class ImageUtils
{

Loading…
Cancel
Save