]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/template/TranslateCommand.java
Making template api public (for building up error messages)
[gigi.git] / src / org / cacert / gigi / output / template / TranslateCommand.java
index fdb35a96bcbc2c6103fcd9a28588c0905bd23e4f..377c841bcd04615f1415a263acfdc280840fe81c 100644 (file)
@@ -6,10 +6,10 @@ import java.util.Map;
 import org.cacert.gigi.Language;
 import org.cacert.gigi.output.Outputable;
 
-final class TranslateCommand implements Outputable {
+public final class TranslateCommand implements Outputable {
        private final String raw;
 
-       TranslateCommand(String raw) {
+       public TranslateCommand(String raw) {
                this.raw = raw;
        }