Merge change 21528 into eclair
* changes: Remove unnecessary @Override from static method
This commit is contained in:
commit
576fff2a45
@ -41,7 +41,6 @@ public class ExchangeSenderExample extends Sender {
|
|||||||
/**
|
/**
|
||||||
* Factory method.
|
* Factory method.
|
||||||
*/
|
*/
|
||||||
@Override
|
|
||||||
public static Sender newInstance(Context context, String uri) throws MessagingException {
|
public static Sender newInstance(Context context, String uri) throws MessagingException {
|
||||||
return new ExchangeSenderExample(context, uri);
|
return new ExchangeSenderExample(context, uri);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user