Fix op name

This commit is contained in:
juan.marchionatto 2024-11-27 14:07:39 -05:00
parent 558d9bd8e4
commit 04a89ea8bb
1 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ public class ProviderConstants {
public static final String OPERATION_EXPORT = "$export";
/**
* Operation name for the "$replace_references" operation
* Operation name for the "$replace-references" operation
*/
public static final String OPERATION_REPLACE_REFERENCES = "$replace_references";
public static final String OPERATION_REPLACE_REFERENCES = "$replace-references";
}