[LIB-4] Change maven structure in pom.xml
[hespiff.git] / src / main / java / org / hedgecode / xml / xspf / bind / BinderFactory.java
index a4cbe36..709698d 100644 (file)
@@ -66,7 +66,7 @@ public final class BinderFactory {
         return new XSDTrackBinder(trackType);
     }
 
-        private static PlaylistBinder getDefaultPlaylistBinder() {
+    private static PlaylistBinder getDefaultPlaylistBinder() {
         return new RNGPlaylistBinder();
     }