Skip to content

Commit

Permalink
added suppress back into DropOffPlace
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-mlb committed Oct 27, 2024
1 parent cb49308 commit 1f20fac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/emissary/output/DropOffPlace.java
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ protected void processData(final IBaseDataObject tData, final boolean haveList)
* @param target either IBaseDataObject or List thereof
* @param filterParams other parameters that filter need
*/
@SuppressWarnings("unchecked")
protected void runOutputFilters(final Object target, final Map<String, Object> filterParams) {

IBaseDataObject doTarget = null;
Expand Down

0 comments on commit 1f20fac

Please sign in to comment.