Skip to content

Commit

Permalink
NIFI-12659: Fixed checkstyle violation & rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
markap14 committed Feb 15, 2024
1 parent cf701ee commit d184f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,8 @@ public List<PropertyDescription> getPropertyDescriptions() {
}
return propertyDescriptions;
}

@Override
public void free() {
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

import javax.net.ServerSocketFactory;
import java.io.IOException;
import java.lang.Thread.Builder.OfVirtual;
import java.net.InetAddress;
import java.net.Socket;
import java.util.Collections;
Expand Down

0 comments on commit d184f51

Please sign in to comment.