X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=src%2Forg%2Fcacert%2Fgigi%2Foutput%2Ftemplate%2FTranslatable.java;fp=src%2Forg%2Fcacert%2Fgigi%2Foutput%2Ftemplate%2FTranslatable.java;h=0000000000000000000000000000000000000000;hp=4df11474abbbe917d07172d76bffb87771e8b15d;hb=bccd4cc0dba0f89aa045b113bac46eb8cc1dab4e;hpb=c9ed09f0007fc2c813815be927a5a24b23dab83c diff --git a/src/org/cacert/gigi/output/template/Translatable.java b/src/org/cacert/gigi/output/template/Translatable.java deleted file mode 100644 index 4df11474..00000000 --- a/src/org/cacert/gigi/output/template/Translatable.java +++ /dev/null @@ -1,18 +0,0 @@ -package org.cacert.gigi.output.template; - -import java.util.Collection; - -/** - * An {@link Outputable} that wants to give static strings to translation - * collection. - */ -public interface Translatable extends Outputable { - - /** - * Adds all static translation Strings to the given {@link Collection}. - * - * @param s - * the {@link Collection} to add the Strings to. - */ - public void addTranslations(Collection s); -}