Skip to content

Commit

Permalink
ODP-3041|NIFI-12200: import fix in RestChangeIngestor.java .
Browse files Browse the repository at this point in the history
  • Loading branch information
manishsinghmowall committed Feb 21, 2025
1 parent 278f5c2 commit b77c440
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
import static org.apache.nifi.minifi.bootstrap.configuration.ConfigurationChangeCoordinator.NOTIFIER_INGESTORS_KEY;
import static org.apache.nifi.minifi.bootstrap.configuration.differentiators.WholeConfigDifferentiator.WHOLE_CONFIG_KEY;

import static java.nio.ByteBuffer.wrap;
import static org.apache.commons.io.IOUtils.toByteArray;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.PrintWriter;
Expand Down

0 comments on commit b77c440

Please sign in to comment.