Skip to content

Commit

Permalink
Update src/main/java/emissary/output/DropOffUtil.java
Browse files Browse the repository at this point in the history
Co-authored-by: jpdahlke <[email protected]>
  • Loading branch information
dev-mlb and jpdahlke authored Oct 23, 2024
1 parent 7871fed commit 6fdde12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emissary/output/DropOffUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ public String[] getExistingIds(final IBaseDataObject d) {
* Extract the ID from the payload. The ID from the payload is specified in the cfg file. An ID = SHORTNAME will use the
* shortname. An ID = AUTO_GENERATED_ID will be ignored. If no id value is found, returns empty list.
*
* @return id
* @return a list of id values
*/
public List<String> getExistingIdsList(final IBaseDataObject d) {
final List<String> values = new ArrayList<>();
Expand Down

0 comments on commit 6fdde12

Please sign in to comment.