Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws committed Mar 5, 2024
1 parent 6c4be65 commit 4d69364
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,6 @@ public void doExecute(
}
}

private static List<String> stringToList(String string) {
List<String> list = new ArrayList<>();
list.add(string);
return list;
}

public static class Factory implements Processor.Factory {

private final Settings settings;
Expand Down

0 comments on commit 4d69364

Please sign in to comment.