1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-27 11:42:16 -05:00

Whitespace, Tabs to Spaces

This commit is contained in:
Tobias Baum 2014-09-14 11:18:57 +02:00
parent 7d32b3d462
commit be954d729c
5 changed files with 9 additions and 10 deletions

View File

@ -23,7 +23,6 @@ public interface CompositeBody extends Body {
* @throws MessagingException * @throws MessagingException
* *
*/ */
public abstract void setUsing7bitTransport() throws MessagingException; public abstract void setUsing7bitTransport() throws MessagingException;
} }