Skip to content

Commit

Permalink
NIFI-3541 Add copying of local network interface for DtoFactory RPG c…
Browse files Browse the repository at this point in the history
…opy. This closes apache#1574
  • Loading branch information
apiri authored and mcgilman committed Mar 9, 2017
1 parent 3c862a1 commit c9097e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2879,6 +2879,7 @@ public RemoteProcessGroupDTO copy(final RemoteProcessGroupDTO original) {
copy.setProxyPort(original.getProxyPort());
copy.setProxyUser(original.getProxyUser());
copy.setProxyPassword(original.getProxyPassword());
copy.setLocalNetworkInterface(original.getLocalNetworkInterface());

copy.setContents(copyContents);

Expand Down

0 comments on commit c9097e7

Please sign in to comment.