Skip to content

Commit

Permalink
NIFI-13929: Revert "NIFI-13929: Marked NopProvenanceEventRepository a…
Browse files Browse the repository at this point in the history
…s package-private as it is intended for internal use only." because it is used also by nifi-framework

This reverts commit 945cd31.
  • Loading branch information
markap14 committed Oct 25, 2024
1 parent 945cd31 commit 0af9217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import java.util.List;
import java.util.Map;

class NopProvenanceEventRepository implements ProvenanceEventRepository {
public class NopProvenanceEventRepository implements ProvenanceEventRepository {
@Override
public ProvenanceEventBuilder eventBuilder() {
return new EventBuilder();
Expand Down

0 comments on commit 0af9217

Please sign in to comment.