Skip to content

Commit

Permalink
Update src/main/java/emissary/output/DropOffPlace.java
Browse files Browse the repository at this point in the history
Co-authored-by: djresni <[email protected]>
  • Loading branch information
dev-mlb and DonResnik authored Oct 27, 2024
1 parent e02d218 commit 745ea21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/emissary/output/DropOffPlace.java
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ public String[] getFilterNames() {
/**
* Provide access to filter names
*
* @return a list of filter names or an empty array if none
* @return a list of filter names or an empty list if none
*/
public List<String> getFilterNamesList() {
final List<String> fnames = new ArrayList<>();
Expand Down

0 comments on commit 745ea21

Please sign in to comment.