fixed constant value
This commit is contained in:
parent
a26b4fcba5
commit
3596058992
|
@ -27,6 +27,6 @@ public class InstancePath {
|
||||||
* It must be used in conjunction with {@link #INCLUDE_META_QUERY_PARAMETER}
|
* It must be used in conjunction with {@link #INCLUDE_META_QUERY_PARAMETER}
|
||||||
* If {@link #INCLUDE_META_QUERY_PARAMETER} is false it has no meaning
|
* If {@link #INCLUDE_META_QUERY_PARAMETER} is false it has no meaning
|
||||||
*/
|
*/
|
||||||
public static final String INCLUDE_META_IN_ALL_INSTANCES_QUERY_PARAMETER = "includeAllMeta";
|
public static final String INCLUDE_META_IN_ALL_INSTANCES_QUERY_PARAMETER = "includeMetaInAllInstances";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue