MISC: change all indent to 2 spaces (so compat!)
This commit is contained in:
@ -7,9 +7,9 @@ import java.io.InputStream;
|
||||
* @author kiva
|
||||
*/
|
||||
public interface SourceConnection {
|
||||
InputStream getInputStream() throws IOException;
|
||||
InputStream getInputStream() throws IOException;
|
||||
|
||||
int getSize();
|
||||
int getSize();
|
||||
|
||||
void close();
|
||||
void close();
|
||||
}
|
||||
|
Reference in New Issue
Block a user