X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fde%2Ftodesbaum%2Fjsite%2Fi18n%2FI18nContainer.java;h=2c2ee1074f1ea19cbd4adca78a27fa1f21907ea9;hb=7ec476fcc83a2ebe74a9faf3251d9d60fd03f58e;hp=da2e0c38a5c887ad262324352473de3341a3b68e;hpb=0e88169c3e8decfcd99f39f5ecf3a85df50c3fca;p=jSite.git diff --git a/src/main/java/de/todesbaum/jsite/i18n/I18nContainer.java b/src/main/java/de/todesbaum/jsite/i18n/I18nContainer.java index da2e0c3..2c2ee10 100644 --- a/src/main/java/de/todesbaum/jsite/i18n/I18nContainer.java +++ b/src/main/java/de/todesbaum/jsite/i18n/I18nContainer.java @@ -1,5 +1,5 @@ /* - * jSite - I18nContainer.java - Copyright © 2007–2012 David Roden + * jSite - I18nContainer.java - Copyright © 2007–2014 David Roden * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software @@ -80,6 +80,7 @@ public class I18nContainer implements Iterable { * Returns a combined list of {@link #i18nRunnables} and * {@link #i18nPostRunnables}, in that order. */ + @Override public Iterator iterator() { List allRunnables = new ArrayList(); allRunnables.addAll(i18nRunnables);