X-Git-Url: https://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2FBaseClass.java;h=df0fcf00de78f998ad87d03842dc4947f86a966a;hb=e4444b0bc462544629d9e7e7ab62b96a4d9cab10;hp=0aa18e6ff66336a3f2afecacc9ba6fbe1b4a380b;hpb=02b341aa6dcd14dc311f6ea218e199f20e242f36;p=jvcard.git diff --git a/src/be/nikiroo/jvcard/BaseClass.java b/src/be/nikiroo/jvcard/BaseClass.java index 0aa18e6..df0fcf0 100644 --- a/src/be/nikiroo/jvcard/BaseClass.java +++ b/src/be/nikiroo/jvcard/BaseClass.java @@ -251,7 +251,14 @@ public abstract class BaseClass> implements List { /** * Get the recursive state of the current object, i.e., its children. It - * represents the full state information about this object's children. + * represents the full state information about this object's children. It + * may not contains spaces nor new lines. + * + *

+ * Not that this state is lossy. You cannot retrieve the data from + * the state, it can only be used as an ID to check if thw data are + * identical. + *

* * @return a {@link String} representing the current content state of this * object, i.e., its children included @@ -295,7 +302,14 @@ public abstract class BaseClass> implements List { /** * Get the state of the current object, children not included. It * represents the full state information about this object, but do not check - * its children (see {@link BaseClass#getContentState()} for that). + * its children (see {@link BaseClass#getContentState()} for that). It may + * not contains spaces nor new lines. + * + *

+ * Not that this state is lossy. You cannot retrieve the data from + * the state, it can only be used as an ID to check if thw data are + * identical. + *

* * @return a {@link String} representing the current state of this object, * children not included