Add more warnings source to 1.6) and fix warnings
[nikiroo-utils.git] / src / be / nikiroo / fanfix / data / Story.java
index cb65119149414a2eef6a9db75aca333950e4e36e..7ebfbc598d945e1502352872daa8b0e55dbbbaa0 100644 (file)
@@ -55,6 +55,7 @@ public class Story implements Iterable<Chapter> {
        /**
         * Get an iterator on the {@link Chapter}s.
         */
+       @Override
        public Iterator<Chapter> iterator() {
                return chapters == null ? empty.iterator() : chapters.iterator();
        }