Add missing @Override annotations.
[jSite.git] / src / de / todesbaum / jsite / i18n / I18nContainer.java
index da2e0c3..9683dd3 100644 (file)
@@ -80,6 +80,7 @@ public class I18nContainer implements Iterable<Runnable> {
         * Returns a combined list of {@link #i18nRunnables} and
         * {@link #i18nPostRunnables}, in that order.
         */
+       @Override
        public Iterator<Runnable> iterator() {
                List<Runnable> allRunnables = new ArrayList<Runnable>();
                allRunnables.addAll(i18nRunnables);