mirror of https://github.com/apache/nifi.git
- Fixing checkstyle violation.
This commit is contained in:
parent
da5aafdf3f
commit
83ee7590a6
|
@ -353,7 +353,9 @@ public class RemoteProcessGroupAuditor extends NiFiAuditor {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private RemoteGroupPort auditUpdateProcessGroupPortConfiguration(ProceedingJoinPoint proceedingJoinPoint, RemoteProcessGroupPortDTO remoteProcessGroupPortDto, RemoteProcessGroup remoteProcessGroup, RemoteGroupPort remoteProcessGroupPort) throws Throwable {
|
private RemoteGroupPort auditUpdateProcessGroupPortConfiguration(ProceedingJoinPoint proceedingJoinPoint, RemoteProcessGroupPortDTO remoteProcessGroupPortDto,
|
||||||
|
RemoteProcessGroup remoteProcessGroup, RemoteGroupPort remoteProcessGroupPort) throws Throwable {
|
||||||
|
|
||||||
final Map<String, Object> previousValues = ConfigurationRecorder.capturePreviousValues(PORT_CONFIG_RECORDERS, remoteProcessGroupPort);
|
final Map<String, Object> previousValues = ConfigurationRecorder.capturePreviousValues(PORT_CONFIG_RECORDERS, remoteProcessGroupPort);
|
||||||
|
|
||||||
// perform the underlying operation
|
// perform the underlying operation
|
||||||
|
|
Loading…
Reference in New Issue