X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Futils%2Fresources%2FMetaInfo.java;fp=src%2Fbe%2Fnikiroo%2Futils%2Fresources%2FMetaInfo.java;h=4722be6f65c1a7328f4c30198eddccf5c5a2b2f8;hb=74d2a495c7b5c5d66a03dd7f94b58f93849008fb;hp=e7a8b7c5fe09b5f0a72e36a1161cfde4f2ecfe6f;hpb=ee7a6ccb60b905ad1363805495652e2da81ddeb7;p=fanfix.git diff --git a/src/be/nikiroo/utils/resources/MetaInfo.java b/src/be/nikiroo/utils/resources/MetaInfo.java index e7a8b7c..4722be6 100644 --- a/src/be/nikiroo/utils/resources/MetaInfo.java +++ b/src/be/nikiroo/utils/resources/MetaInfo.java @@ -4,7 +4,6 @@ import java.util.ArrayList; import java.util.Iterator; import java.util.List; -import be.nikiroo.fanfix.data.MetaData; import be.nikiroo.utils.resources.Meta.Format; /** @@ -175,8 +174,8 @@ public class MetaInfo> implements Iterable> { } /** - * A manual flag to specify if the {@link MetaData} has been changed or not, - * which can be used by {@link MetaInfo#save(boolean)}. + * A manual flag to specify if the data has been changed or not, which can + * be used by {@link MetaInfo#save(boolean)}. * * @return TRUE if it is dirty (if it has changed) */ @@ -185,8 +184,8 @@ public class MetaInfo> implements Iterable> { } /** - * A manual flag to specify that the {@link MetaData} has been changed, - * which can be used by {@link MetaInfo#save(boolean)}. + * A manual flag to specify that the data has been changed, which can be + * used by {@link MetaInfo#save(boolean)}. */ public void setDirty() { this.dirty = true; @@ -519,7 +518,7 @@ public class MetaInfo> implements Iterable> { * The value stored by this item, as a colour (represented here as an * {@link Integer}) if it represents a colour, or NULL if it doesn't. *

- * The returned colour value is an ARGB value. + * The colour value is an ARGB value. * * @param value * the value