Rename rehome to replace_references

This commit is contained in:
juan.marchionatto 2024-11-27 09:53:10 -05:00
parent 30c063d59c
commit 3319b482f2
1 changed files with 6 additions and 0 deletions

View File

@ -239,8 +239,14 @@ public class ProviderConstants {
* Operation name for the "$export-poll-status" operation
*/
public static final String OPERATION_EXPORT_POLL_STATUS = "$export-poll-status";
/**
* Operation name for the "$export" operation
*/
public static final String OPERATION_EXPORT = "$export";
/**
* Operation name for the "$replace_references" operation
*/
public static final String OPERATION_REPLACE_REFERENCES = "$replace_references";
}