X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Fbundles%2FTarget.java;h=64284c6e424846e478d1f9e8cefd93ddef893105;hb=379a497e6fd2b959c57b2ff4023413e2daf36232;hp=aace98a9f7ca2aa7d1db8a078a50af1a6e2dd906;hpb=948637bc8cc1dcf76f783870cf46f71794a9805d;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/bundles/Target.java b/src/be/nikiroo/fanfix/bundles/Target.java deleted file mode 100644 index aace98a..0000000 --- a/src/be/nikiroo/fanfix/bundles/Target.java +++ /dev/null @@ -1,19 +0,0 @@ -package be.nikiroo.fanfix.bundles; - -import be.nikiroo.utils.resources.Bundle; - -/** - * The type of configuration information the associated {@link Bundle} will - * convey. - * - * @author niki - */ -public enum Target { - /** - * Configuration options that the user can change in the - * .properties file. - */ - config, - /** Translation resources. */ - resources, -}