diff -r 74139325d305 -r 7f84f4de2893 src/org/sonews/storage/StorageProvider.java --- a/src/org/sonews/storage/StorageProvider.java Sun Aug 29 18:17:37 2010 +0200 +++ b/src/org/sonews/storage/StorageProvider.java Mon Jun 06 20:12:21 2011 +0200 @@ -15,7 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - package org.sonews.storage; /** @@ -23,8 +22,7 @@ * @author Christian Lins * @since sonews/1.0 */ -public interface StorageProvider -{ +public interface StorageProvider { public boolean isSupported(String uri); @@ -35,5 +33,5 @@ * @return The reference to the associated Storage. */ public Storage storage(Thread thread) - throws StorageBackendException; + throws StorageBackendException; }