fixed constant value

This commit is contained in:
Luca Frosini 2023-05-02 15:48:19 +02:00
parent a26b4fcba5
commit 3596058992
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ public class InstancePath {
* It must be used in conjunction with {@link #INCLUDE_META_QUERY_PARAMETER}
* 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";
}