X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Foutput%2Ftemplate%2FIterableDataset.java;h=26405a54cb4c998cca1b331bb0d9fe9147b15fa9;hb=341ed1dbc2f8cc8cedb50b12914aa113d12958ee;hp=3357be0916f67ef947333481d1cfec3b7971e0dc;hpb=943d8e7ed0ea5a9d56e7e694a3cbd849c52bad16;p=gigi.git diff --git a/src/org/cacert/gigi/output/template/IterableDataset.java b/src/org/cacert/gigi/output/template/IterableDataset.java index 3357be09..26405a54 100644 --- a/src/org/cacert/gigi/output/template/IterableDataset.java +++ b/src/org/cacert/gigi/output/template/IterableDataset.java @@ -2,10 +2,11 @@ package org.cacert.gigi.output.template; import java.util.Map; -import org.cacert.gigi.Language; +import org.cacert.gigi.localisation.Language; /** - * Represents some kind of data, that may be iterated over in a template. + * Represents some kind of data, that may be iterated over in a template using + * the foreach statement. */ public interface IterableDataset { @@ -13,7 +14,7 @@ public interface IterableDataset { * Moves to the next Dataset. * * @param l - * the language for l10n-ed strings + * the language for l10n-ed strings. * @param vars * the variables used in this template. They need to be updated * for each line.