whitespace

This commit is contained in:
Joel Thibault 2013-11-15 16:50:26 -05:00
parent ed6f069191
commit cd3ee2ae7e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class StorageFactory {
* @param <T> Type of the stream to create.
* @return Storage object with a facade of type T.
*/
public static <T> Storage<T> createStorage( Stub<T> stub, File file ) {
public static <T> Storage<T> createStorage( Stub<T> stub, File file ) {
Storage storage;
if(stub instanceof OutputStreamStub) {