Merge change 21528 into eclair

* changes:
  Remove unnecessary @Override from static method
This commit is contained in:
Android (Google) Code Review 2009-08-17 11:19:45 -07:00
commit 576fff2a45

View File

@ -41,7 +41,6 @@ public class ExchangeSenderExample extends Sender {
/**
* Factory method.
*/
@Override
public static Sender newInstance(Context context, String uri) throws MessagingException {
return new ExchangeSenderExample(context, uri);
}