You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2015/04/28 16:05:07 UTC

[33/50] [abbrv] incubator-nifi git commit: NIFI-271

NIFI-271


Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/a52cf529
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/a52cf529
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/a52cf529

Branch: refs/heads/NIFI-292
Commit: a52cf52948d3774f07f8713c5010ee4d7d768a75
Parents: 1eb4387
Author: joewitt <jo...@apache.org>
Authored: Mon Apr 27 21:34:55 2015 -0400
Committer: joewitt <jo...@apache.org>
Committed: Mon Apr 27 21:34:55 2015 -0400

----------------------------------------------------------------------
 .../nifi/web/api/dto/BulletinBoardDTO.java      |  3 +-
 .../apache/nifi/web/api/dto/BulletinDTO.java    |  7 +--
 .../nifi/web/api/dto/BulletinQueryDTO.java      |  3 +-
 .../apache/nifi/web/api/dto/ConnectableDTO.java |  6 +--
 .../apache/nifi/web/api/dto/ConnectionDTO.java  | 25 ++++------
 .../web/api/dto/ControllerConfigurationDTO.java |  6 +--
 .../apache/nifi/web/api/dto/ControllerDTO.java  | 17 ++-----
 .../nifi/web/api/dto/ControllerServiceDTO.java  | 10 ++--
 ...ontrollerServiceReferencingComponentDTO.java | 19 +++-----
 .../org/apache/nifi/web/api/dto/CounterDTO.java |  3 +-
 .../org/apache/nifi/web/api/dto/LabelDTO.java   |  1 -
 .../nifi/web/api/dto/NiFiComponentDTO.java      |  3 +-
 .../org/apache/nifi/web/api/dto/PortDTO.java    | 10 ++--
 .../nifi/web/api/dto/ProcessGroupDTO.java       |  3 +-
 .../nifi/web/api/dto/ProcessorConfigDTO.java    | 32 ++++---------
 .../apache/nifi/web/api/dto/ProcessorDTO.java   | 10 ++--
 .../nifi/web/api/dto/PropertyDescriptorDTO.java | 22 +++------
 .../nifi/web/api/dto/RemoteProcessGroupDTO.java | 15 ++----
 .../web/api/dto/RemoteProcessGroupPortDTO.java  |  3 +-
 .../nifi/web/api/dto/ReportingTaskDTO.java      | 19 +++-----
 .../apache/nifi/web/api/dto/RevisionDTO.java    | 11 ++---
 .../org/apache/nifi/web/api/dto/SnippetDTO.java | 48 +++++++-------------
 .../org/apache/nifi/web/api/dto/UserDTO.java    |  3 +-
 .../web/api/dto/provenance/ProvenanceDTO.java   |  3 +-
 .../api/dto/provenance/ProvenanceEventDTO.java  | 35 +++++---------
 .../provenance/lineage/LineageRequestDTO.java   |  7 +--
 .../provenance/lineage/ProvenanceNodeDTO.java   |  3 +-
 .../web/api/dto/status/ControllerStatusDTO.java |  3 +-
 .../nifi/web/api/dto/status/PortStatusDTO.java  |  6 +--
 .../api/dto/status/ProcessGroupStatusDTO.java   |  9 ++--
 .../web/api/dto/status/ProcessorStatusDTO.java  |  9 ++--
 .../dto/status/RemoteProcessGroupStatusDTO.java |  6 +--
 .../apache/nifi/web/api/entity/AboutEntity.java |  4 +-
 .../nifi/web/api/entity/ActionEntity.java       |  4 +-
 .../nifi/web/api/entity/AuthorityEntity.java    |  4 +-
 .../nifi/web/api/entity/BannerEntity.java       |  4 +-
 .../web/api/entity/BulletinBoardEntity.java     |  4 +-
 .../entity/ClusterConnectionStatusEntity.java   |  4 +-
 .../nifi/web/api/entity/ClusterEntity.java      |  4 +-
 .../web/api/entity/ClusterPortStatusEntity.java |  4 +-
 .../entity/ClusterProcessGroupStatusEntity.java |  4 +-
 .../entity/ClusterProcessorStatusEntity.java    |  4 +-
 .../ClusterRemoteProcessGroupStatusEntity.java  |  5 +-
 .../api/entity/ClusterSearchResultsEntity.java  |  4 +-
 .../web/api/entity/ClusterStatusEntity.java     |  4 +-
 .../api/entity/ClusterStatusHistoryEntity.java  |  4 +-
 .../web/api/entity/ComponentHistoryEntity.java  |  4 +-
 .../nifi/web/api/entity/ConnectionEntity.java   |  4 +-
 .../nifi/web/api/entity/ConnectionsEntity.java  |  4 +-
 .../entity/ControllerConfigurationEntity.java   |  4 +-
 .../nifi/web/api/entity/ControllerEntity.java   |  4 +-
 .../web/api/entity/ControllerServiceEntity.java |  4 +-
 ...ollerServiceReferencingComponentsEntity.java |  8 ++--
 .../entity/ControllerServiceTypesEntity.java    |  4 +-
 .../api/entity/ControllerServicesEntity.java    |  4 +-
 .../web/api/entity/ControllerStatusEntity.java  |  4 +-
 .../nifi/web/api/entity/CounterEntity.java      |  4 +-
 .../nifi/web/api/entity/CountersEntity.java     |  7 +--
 .../nifi/web/api/entity/FlowSnippetEntity.java  |  4 +-
 .../nifi/web/api/entity/FunnelEntity.java       |  4 +-
 .../nifi/web/api/entity/FunnelsEntity.java      |  4 +-
 .../nifi/web/api/entity/HistoryEntity.java      |  4 +-
 .../nifi/web/api/entity/InputPortEntity.java    |  4 +-
 .../nifi/web/api/entity/InputPortsEntity.java   |  4 +-
 .../apache/nifi/web/api/entity/LabelEntity.java |  4 +-
 .../nifi/web/api/entity/LabelsEntity.java       |  4 +-
 .../nifi/web/api/entity/LineageEntity.java      |  4 +-
 .../apache/nifi/web/api/entity/NodeEntity.java  |  4 +-
 .../nifi/web/api/entity/NodeStatusEntity.java   |  4 +-
 .../api/entity/NodeSystemDiagnosticsEntity.java |  4 +-
 .../nifi/web/api/entity/OutputPortEntity.java   |  4 +-
 .../nifi/web/api/entity/OutputPortsEntity.java  |  4 +-
 .../web/api/entity/PrioritizerTypesEntity.java  |  4 +-
 .../nifi/web/api/entity/ProcessGroupEntity.java |  4 +-
 .../api/entity/ProcessGroupStatusEntity.java    |  4 +-
 .../web/api/entity/ProcessGroupsEntity.java     |  4 +-
 .../nifi/web/api/entity/ProcessorEntity.java    |  4 +-
 .../web/api/entity/ProcessorTypesEntity.java    |  4 +-
 .../nifi/web/api/entity/ProcessorsEntity.java   |  4 +-
 .../api/entity/PropertyDescriptorEntity.java    |  4 +-
 .../web/api/entity/ProvenanceEventEntity.java   |  4 +-
 .../web/api/entity/ProvenanceOptionsEntity.java |  4 +-
 .../api/entity/RemoteProcessGroupEntity.java    |  4 +-
 .../entity/RemoteProcessGroupPortEntity.java    |  4 +-
 .../api/entity/RemoteProcessGroupsEntity.java   |  4 +-
 .../web/api/entity/ReportingTaskEntity.java     |  4 +-
 .../api/entity/ReportingTaskTypesEntity.java    |  4 +-
 .../web/api/entity/ReportingTasksEntity.java    |  4 +-
 .../web/api/entity/SearchResultsEntity.java     |  6 +--
 .../nifi/web/api/entity/SnippetEntity.java      |  4 +-
 .../web/api/entity/StatusHistoryEntity.java     |  4 +-
 .../web/api/entity/SystemDiagnosticsEntity.java |  4 +-
 .../nifi/web/api/entity/TemplateEntity.java     |  4 +-
 .../nifi/web/api/entity/TemplatesEntity.java    |  4 +-
 .../apache/nifi/web/api/entity/UserEntity.java  |  4 +-
 .../nifi/web/api/entity/UserGroupEntity.java    |  4 +-
 .../web/api/entity/UserSearchResultsEntity.java |  5 +-
 .../apache/nifi/web/api/entity/UsersEntity.java |  4 +-
 98 files changed, 187 insertions(+), 448 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinBoardDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinBoardDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinBoardDTO.java
index a71484e..5e9440d 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinBoardDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinBoardDTO.java
@@ -24,8 +24,7 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 import org.apache.nifi.web.api.dto.util.TimeAdapter;
 
 /**
- * The contents for the bulletin board including the bulletins and the timestamp
- * when the board was generated.
+ * The contents for the bulletin board including the bulletins and the timestamp when the board was generated.
  */
 @XmlType(name = "bulletinBoard")
 public class BulletinBoardDTO {

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinDTO.java
index 239e710..7ae77bb 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinDTO.java
@@ -22,9 +22,7 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 import org.apache.nifi.web.api.dto.util.TimeAdapter;
 
 /**
- * A bulletin that represents a notification about a passing event including,
- * the source component (if applicable), the timestamp, the message, and where
- * the bulletin originated (if applicable).
+ * A bulletin that represents a notification about a passing event including, the source component (if applicable), the timestamp, the message, and where the bulletin originated (if applicable).
  */
 @XmlType(name = "bulletin")
 public class BulletinDTO {
@@ -51,8 +49,7 @@ public class BulletinDTO {
     }
 
     /**
-     * @return When clustered, the address of the node from which this bulletin
-     * originated
+     * @return When clustered, the address of the node from which this bulletin originated
      */
     public String getNodeAddress() {
         return nodeAddress;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinQueryDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinQueryDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinQueryDTO.java
index cf4146d..4b060f1 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinQueryDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/BulletinQueryDTO.java
@@ -19,8 +19,7 @@ package org.apache.nifi.web.api.dto;
 import javax.xml.bind.annotation.XmlType;
 
 /**
- * A query for bulletin board. Will filter the resulting bulletin board
- * according to the criteria in this query.
+ * A query for bulletin board. Will filter the resulting bulletin board according to the criteria in this query.
  */
 @XmlType(name = "bulletinQuery")
 public class BulletinQueryDTO {

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectableDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectableDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectableDTO.java
index 199c73e..7432a72 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectableDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectableDTO.java
@@ -89,8 +89,7 @@ public class ConnectableDTO {
     }
 
     /**
-     * @return If this represents a remote port it is used to indicate whether the
-     * target exists
+     * @return If this represents a remote port it is used to indicate whether the target exists
      */
     public Boolean getExists() {
         return exists;
@@ -101,8 +100,7 @@ public class ConnectableDTO {
     }
 
     /**
-     * @return If this represents a remote port it is used to indicate whether is it
-     * configured to transmit
+     * @return If this represents a remote port it is used to indicate whether is it configured to transmit
      */
     public Boolean getTransmitting() {
         return transmitting;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectionDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectionDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectionDTO.java
index 1bd382e..432f80a 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectionDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ConnectionDTO.java
@@ -89,8 +89,7 @@ public class ConnectionDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return The index of control point that the connection label should be placed
-     * over
+     * @return The index of control point that the connection label should be placed over
      */
     public Integer getLabelIndex() {
         return labelIndex;
@@ -125,8 +124,7 @@ public class ConnectionDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return relationships that the source of the connection currently supports.
-     * This property is read only
+     * @return relationships that the source of the connection currently supports. This property is read only
      */
     public Set<String> getAvailableRelationships() {
         return availableRelationships;
@@ -137,10 +135,8 @@ public class ConnectionDTO extends NiFiComponentDTO {
     }
 
     /**
-     * The object count threshold for determining when back pressure is applied.
-     * Updating this value is a passive change in the sense that it won't impact
-     * whether existing files over the limit are affected but it does help
-     * feeder processors to stop pushing too much into this work queue.
+     * The object count threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are
+     * affected but it does help feeder processors to stop pushing too much into this work queue.
      *
      * @return The back pressure object threshold
      */
@@ -153,11 +149,8 @@ public class ConnectionDTO extends NiFiComponentDTO {
     }
 
     /**
-     * The object data size threshold for determining when back pressure is
-     * applied. Updating this value is a passive change in the sense that it
-     * won't impact whether existing files over the limit are affected but it
-     * does help feeder processors to stop pushing too much into this work
-     * queue.
+     * The object data size threshold for determining when back pressure is applied. Updating this value is a passive change in the sense that it won't impact whether existing files over the limit are
+     * affected but it does help feeder processors to stop pushing too much into this work queue.
      *
      * @return The back pressure data size threshold
      */
@@ -170,10 +163,8 @@ public class ConnectionDTO extends NiFiComponentDTO {
     }
 
     /**
-     * The amount of time a flow file may be in the flow before it will be
-     * automatically aged out of the flow. Once a flow file reaches this age it
-     * will be terminated from the flow the next time a processor attempts to
-     * start work on it.
+     * The amount of time a flow file may be in the flow before it will be automatically aged out of the flow. Once a flow file reaches this age it will be terminated from the flow the next time a
+     * processor attempts to start work on it.
      *
      * @return The flow file expiration in minutes
      */

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerConfigurationDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerConfigurationDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerConfigurationDTO.java
index 8e09fe7..c6f36f3 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerConfigurationDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerConfigurationDTO.java
@@ -86,8 +86,7 @@ public class ControllerConfigurationDTO {
     }
 
     /**
-     * @return interval in seconds between the automatic NiFi refresh requests. This
-     * value is read only
+     * @return interval in seconds between the automatic NiFi refresh requests. This value is read only
      */
     public Long getAutoRefreshIntervalSeconds() {
         return autoRefreshIntervalSeconds;
@@ -98,8 +97,7 @@ public class ControllerConfigurationDTO {
     }
 
     /**
-     * @return Indicates whether or not Site-to-Site communications with this instance
-     * is secure (2-way authentication). This value is read only
+     * @return Indicates whether or not Site-to-Site communications with this instance is secure (2-way authentication). This value is read only
      */
     public Boolean isSiteToSiteSecure() {
         return siteToSiteSecure;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerDTO.java
index c5ee057..34008e0 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerDTO.java
@@ -20,9 +20,7 @@ import java.util.Set;
 import javax.xml.bind.annotation.XmlType;
 
 /**
- * Configuration details for a NiFi controller. Primary use of this DTO is for
- * consumption by a remote NiFi instance to initiate site to site
- * communications.
+ * Configuration details for a NiFi controller. Primary use of this DTO is for consumption by a remote NiFi instance to initiate site to site communications.
  */
 @XmlType(name = "controller")
 public class ControllerDTO {
@@ -105,8 +103,7 @@ public class ControllerDTO {
     }
 
     /**
-     * @return Instance ID of the cluster, if this node is connected to a Cluster
-     * Manager, or of this individual instance of in standalone mode
+     * @return Instance ID of the cluster, if this node is connected to a Cluster Manager, or of this individual instance of in standalone mode
      */
     public String getInstanceId() {
         return instanceId;
@@ -117,12 +114,9 @@ public class ControllerDTO {
     }
 
     /**
-     * The Socket Port on which this instance is listening for Remote Transfers
-     * of Flow Files. If this instance is not configured to receive Flow Files
-     * from remote instances, this will be null.
+     * The Socket Port on which this instance is listening for Remote Transfers of Flow Files. If this instance is not configured to receive Flow Files from remote instances, this will be null.
      *
-     * @return a integer between 1 and 65535, or null, if not configured for
-     * remote transfer
+     * @return a integer between 1 and 65535, or null, if not configured for remote transfer
      */
     public Integer getRemoteSiteListeningPort() {
         return remoteSiteListeningPort;
@@ -133,8 +127,7 @@ public class ControllerDTO {
     }
 
     /**
-     * @return Indicates whether or not Site-to-Site communications with this instance
-     * is secure (2-way authentication)
+     * @return Indicates whether or not Site-to-Site communications with this instance is secure (2-way authentication)
      */
     public Boolean isSiteToSiteSecure() {
         return siteToSiteSecure;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceDTO.java
index 02ba2e2..8394705 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceDTO.java
@@ -88,8 +88,7 @@ public class ControllerServiceDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return The state of this controller service. Possible values are ENABLED,
-     * ENABLING, DISABLED, DISABLING
+     * @return The state of this controller service. Possible values are ENABLED, ENABLING, DISABLED, DISABLING
      */
     public String getState() {
         return state;
@@ -122,8 +121,7 @@ public class ControllerServiceDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return the URL for this controller services custom configuration UI if
-     * applicable. Null otherwise
+     * @return the URL for this controller services custom configuration UI if applicable. Null otherwise
      */
     public String getCustomUiUrl() {
         return customUiUrl;
@@ -156,9 +154,7 @@ public class ControllerServiceDTO extends NiFiComponentDTO {
     }
 
     /**
-     * Gets the validation errors from this controller service. These validation
-     * errors represent the problems with the controller service that must be
-     * resolved before it can be enabled.
+     * Gets the validation errors from this controller service. These validation errors represent the problems with the controller service that must be resolved before it can be enabled.
      *
      * @return The validation errors
      */

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
index 4b557e1..f927122 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ControllerServiceReferencingComponentDTO.java
@@ -22,9 +22,7 @@ import java.util.Set;
 import javax.xml.bind.annotation.XmlType;
 
 /**
- * A component referencing a controller service. This can either be another
- * controller service or a processor. Depending on the type of component
- * different properties may be set.
+ * A component referencing a controller service. This can either be another controller service or a processor. Depending on the type of component different properties may be set.
  */
 @XmlType(name = "controllerServiceReferencingComponent")
 public class ControllerServiceReferencingComponentDTO {
@@ -47,8 +45,7 @@ public class ControllerServiceReferencingComponentDTO {
     private Set<ControllerServiceReferencingComponentDTO> referencingComponents;
 
     /**
-     * @return Group id for this component referencing a controller service. If this
-     * component is another service, this field is blank
+     * @return Group id for this component referencing a controller service. If this component is another service, this field is blank
      */
     public String getGroupId() {
         return groupId;
@@ -92,8 +89,7 @@ public class ControllerServiceReferencingComponentDTO {
     }
 
     /**
-     * @return state of the processor referencing a controller service. If this
-     * component is another service, this field is blank
+     * @return state of the processor referencing a controller service. If this component is another service, this field is blank
      */
     public String getState() {
         return state;
@@ -104,8 +100,7 @@ public class ControllerServiceReferencingComponentDTO {
     }
 
     /**
-     * @return type of reference this is (Processor, ControllerService, or
-     * ReportingTask)
+     * @return type of reference this is (Processor, ControllerService, or ReportingTask)
      */
     public String getReferenceType() {
         return referenceType;
@@ -160,8 +155,7 @@ public class ControllerServiceReferencingComponentDTO {
     }
 
     /**
-     * @return If this referencing component represents a ControllerService, these are
-     * the components that reference it
+     * @return If this referencing component represents a ControllerService, these are the components that reference it
      */
     public Set<ControllerServiceReferencingComponentDTO> getReferencingComponents() {
         return referencingComponents;
@@ -172,8 +166,7 @@ public class ControllerServiceReferencingComponentDTO {
     }
 
     /**
-     * @return If this referencing component represents a ControllerService, this
-     * indicates whether it has already been represented in this hierarchy
+     * @return If this referencing component represents a ControllerService, this indicates whether it has already been represented in this hierarchy
      */
     public Boolean getReferenceCycle() {
         return referenceCycle;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/CounterDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/CounterDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/CounterDTO.java
index 2df4dd4..7f47bf5 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/CounterDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/CounterDTO.java
@@ -19,8 +19,7 @@ package org.apache.nifi.web.api.dto;
 import javax.xml.bind.annotation.XmlType;
 
 /**
- * Counter value for a specific component in a specific context. A counter is a
- * value that a component can adjust during processing.
+ * Counter value for a specific component in a specific context. A counter is a value that a component can adjust during processing.
  */
 @XmlType(name = "counter")
 public class CounterDTO {

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/LabelDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/LabelDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/LabelDTO.java
index 9339a07..d15ceb4 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/LabelDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/LabelDTO.java
@@ -16,7 +16,6 @@
  */
 package org.apache.nifi.web.api.dto;
 
-import java.util.Collections;
 import java.util.Map;
 
 import javax.xml.bind.annotation.XmlType;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/NiFiComponentDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/NiFiComponentDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/NiFiComponentDTO.java
index 1ed0676..074a2e3 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/NiFiComponentDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/NiFiComponentDTO.java
@@ -55,8 +55,7 @@ public class NiFiComponentDTO {
     }
 
     /**
-     * @return id for the parent group of this component if applicable, null
-     * otherwise
+     * @return id for the parent group of this component if applicable, null otherwise
      */
     public String getParentGroupId() {
         return parentGroupId;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PortDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PortDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PortDTO.java
index 464beaf..6a90723 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PortDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PortDTO.java
@@ -49,8 +49,7 @@ public class PortDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return The state of this port. Possible states are 'RUNNING', 'STOPPED', and
-     * 'DISABLED'
+     * @return The state of this port. Possible states are 'RUNNING', 'STOPPED', and 'DISABLED'
      */
     public String getState() {
         return state;
@@ -96,8 +95,7 @@ public class PortDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return whether this port has incoming or outgoing connections to a remote NiFi.
-     * This is only applicable when the port is running on the root group
+     * @return whether this port has incoming or outgoing connections to a remote NiFi. This is only applicable when the port is running on the root group
      */
     public Boolean isTransmitting() {
         return transmitting;
@@ -130,9 +128,7 @@ public class PortDTO extends NiFiComponentDTO {
     }
 
     /**
-     * Gets the validation errors from this port. These validation errors
-     * represent the problems with the port that must be resolved before it can
-     * be started.
+     * Gets the validation errors from this port. These validation errors represent the problems with the port that must be resolved before it can be started.
      *
      * @return The validation errors
      */

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessGroupDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessGroupDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessGroupDTO.java
index 870c32a..f9a6551 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessGroupDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessGroupDTO.java
@@ -84,8 +84,7 @@ public class ProcessGroupDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return contents of this process group. This field will be populated if the
-     * request is marked verbose
+     * @return contents of this process group. This field will be populated if the request is marked verbose
      */
     public FlowSnippetDTO getContents() {
         return contents;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorConfigDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorConfigDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorConfigDTO.java
index b507033..1832ce3 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorConfigDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorConfigDTO.java
@@ -54,8 +54,7 @@ public class ProcessorConfigDTO {
     }
 
     /**
-     * The frequency with which to schedule the processor. The format of the
-     * value will depend on the value of {@link #getSchedulingStrategy()}.
+     * The frequency with which to schedule the processor. The format of the value will depend on the value of {@link #getSchedulingStrategy()}.
      *
      * @return The scheduling period
      */
@@ -68,8 +67,7 @@ public class ProcessorConfigDTO {
     }
 
     /**
-     * Indicates whether the processor should be scheduled to run in
-     * event-driven mode or timer-driven mode
+     * Indicates whether the processor should be scheduled to run in event-driven mode or timer-driven mode
      *
      * @return scheduling strategy
      */
@@ -93,8 +91,7 @@ public class ProcessorConfigDTO {
     }
 
     /**
-     * @return amount of time must elaspe before this processor is
-     * scheduled again when yielding
+     * @return amount of time must elaspe before this processor is scheduled again when yielding
      */
     public String getYieldDuration() {
         return yieldDuration;
@@ -116,9 +113,7 @@ public class ProcessorConfigDTO {
     }
 
     /**
-     * The number of tasks that should be concurrently scheduled for this
-     * processor. If this processor doesn't allow parallel processing then any
-     * positive input will be ignored.
+     * The number of tasks that should be concurrently scheduled for this processor. If this processor doesn't allow parallel processing then any positive input will be ignored.
      *
      * @return the concurrently schedulable task count
      */
@@ -153,11 +148,8 @@ public class ProcessorConfigDTO {
     }
 
     /**
-     * The properties for this processor. Properties whose value is not set will
-     * only contain the property name. These properties are (un)marshalled
-     * differently since we need/want to control the ordering of the properties.
-     * The descriptors and metadata are used as a lookup when processing these
-     * properties.
+     * The properties for this processor. Properties whose value is not set will only contain the property name. These properties are (un)marshalled differently since we need/want to control the
+     * ordering of the properties. The descriptors and metadata are used as a lookup when processing these properties.
      *
      * @return The optional properties
      */
@@ -194,8 +186,7 @@ public class ProcessorConfigDTO {
     }
 
     /**
-     * @return the URL for this processors custom configuration UI if
-     * applicable. Null otherwise.
+     * @return the URL for this processors custom configuration UI if applicable. Null otherwise.
      */
     public String getCustomUiUrl() {
         return customUiUrl;
@@ -206,8 +197,7 @@ public class ProcessorConfigDTO {
     }
 
     /**
-     * @return the names of all processor relationships that cause a flow file to be
-     * terminated if the relationship is not connected to anything
+     * @return the names of all processor relationships that cause a flow file to be terminated if the relationship is not connected to anything
      */
     public Set<String> getAutoTerminatedRelationships() {
         return autoTerminatedRelationships;
@@ -218,8 +208,7 @@ public class ProcessorConfigDTO {
     }
 
     /**
-     * @return maps default values for concurrent tasks for each applicable scheduling
-     * strategy.
+     * @return maps default values for concurrent tasks for each applicable scheduling strategy.
      */
     public Map<String, String> getDefaultConcurrentTasks() {
         return defaultConcurrentTasks;
@@ -241,8 +230,7 @@ public class ProcessorConfigDTO {
     }
 
     /**
-     * @return Maps default values for scheduling period for each applicable scheduling
-     * strategy
+     * @return Maps default values for scheduling period for each applicable scheduling strategy
      */
     public Map<String, String> getDefaultSchedulingPeriod() {
         return defaultSchedulingPeriod;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorDTO.java
index cda26cd..b80db70 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessorDTO.java
@@ -71,8 +71,7 @@ public class ProcessorDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return The state of this processor. Possible states are 'RUNNING', 'STOPPED',
-     * and 'DISABLED'
+     * @return The state of this processor. Possible states are 'RUNNING', 'STOPPED', and 'DISABLED'
      */
     public String getState() {
         return state;
@@ -129,8 +128,7 @@ public class ProcessorDTO extends NiFiComponentDTO {
     }
 
     /**
-     * The configuration details for this processor. These details will be
-     * included in a response if the verbose flag is set to true.
+     * The configuration details for this processor. These details will be included in a response if the verbose flag is set to true.
      *
      * @return The processor configuration details
      */
@@ -143,9 +141,7 @@ public class ProcessorDTO extends NiFiComponentDTO {
     }
 
     /**
-     * Gets the validation errors from this processor. These validation errors
-     * represent the problems with the processor that must be resolved before it
-     * can be started.
+     * Gets the validation errors from this processor. These validation errors represent the problems with the processor that must be resolved before it can be started.
      *
      * @return The validation errors
      */

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PropertyDescriptorDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PropertyDescriptorDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PropertyDescriptorDTO.java
index af3de2b..02a55a7 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PropertyDescriptorDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/PropertyDescriptorDTO.java
@@ -37,8 +37,7 @@ public class PropertyDescriptorDTO {
     private String identifiesControllerService;
 
     /**
-     * @return set of allowable values for this property. If empty then the
-     * allowable values are not constrained
+     * @return set of allowable values for this property. If empty then the allowable values are not constrained
      */
     public List<AllowableValueDTO> getAllowableValues() {
         return allowableValues;
@@ -60,9 +59,7 @@ public class PropertyDescriptorDTO {
     }
 
     /**
-     * @return An explanation of the meaning of the given property. This
-     * description is meant to be displayed to a user or simply provide a
-     * mechanism of documenting intent
+     * @return An explanation of the meaning of the given property. This description is meant to be displayed to a user or simply provide a mechanism of documenting intent
      */
     public String getDescription() {
         return description;
@@ -106,8 +103,7 @@ public class PropertyDescriptorDTO {
     }
 
     /**
-     * @return indicates that the value for this property should be considered
-     * sensitive and protected whenever stored or represented
+     * @return indicates that the value for this property should be considered sensitive and protected whenever stored or represented
      */
     public boolean isSensitive() {
         return sensitive;
@@ -129,8 +125,7 @@ public class PropertyDescriptorDTO {
     }
 
     /**
-     * @return specifies whether or not this property support expression
-     * language
+     * @return specifies whether or not this property support expression language
      */
     public boolean getSupportsEl() {
         return supportsEl;
@@ -141,8 +136,7 @@ public class PropertyDescriptorDTO {
     }
 
     /**
-     * @return if this property identifies a controller service, this returns
-     * the fully qualified type, null otherwise
+     * @return if this property identifies a controller service, this returns the fully qualified type, null otherwise
      */
     public String getIdentifiesControllerService() {
         return identifiesControllerService;
@@ -163,8 +157,7 @@ public class PropertyDescriptorDTO {
         private String description;
 
         /**
-         * @return the human-readable value that is allowed for this
-         * PropertyDescriptor
+         * @return the human-readable value that is allowed for this PropertyDescriptor
          */
         public String getDisplayName() {
             return displayName;
@@ -186,8 +179,7 @@ public class PropertyDescriptorDTO {
         }
 
         /**
-         * @return a description of this Allowable Value, or <code>null</code>
-         * if no description is given
+         * @return a description of this Allowable Value, or <code>null</code> if no description is given
          */
         public String getDescription() {
             return description;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupDTO.java
index 22bbee0..b30320a 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupDTO.java
@@ -129,8 +129,7 @@ public class RemoteProcessGroupDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return the time period used for the timeout when communicating with this
-     * RemoteProcessGroup
+     * @return the time period used for the timeout when communicating with this RemoteProcessGroup
      */
     public String getCommunicationsTimeout() {
         return communicationsTimeout;
@@ -141,8 +140,7 @@ public class RemoteProcessGroupDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return when yielding, this amount of time must elaspe before this remote process
-     * group is scheduled again
+     * @return when yielding, this amount of time must elaspe before this remote process group is scheduled again
      */
     public String getYieldDuration() {
         return yieldDuration;
@@ -197,8 +195,7 @@ public class RemoteProcessGroupDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return number of Remote Input Ports currently available in the remote NiFi
-     * instance
+     * @return number of Remote Input Ports currently available in the remote NiFi instance
      */
     public Integer getInputPortCount() {
         return inputPortCount;
@@ -209,8 +206,7 @@ public class RemoteProcessGroupDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return number of Remote Output Ports currently available in the remote NiFi
-     * instance
+     * @return number of Remote Output Ports currently available in the remote NiFi instance
      */
     public Integer getOutputPortCount() {
         return outputPortCount;
@@ -221,8 +217,7 @@ public class RemoteProcessGroupDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return contents of this remote process group. Will contain available
-     * input/output ports
+     * @return contents of this remote process group. Will contain available input/output ports
      */
     public RemoteProcessGroupContentsDTO getContents() {
         return contents;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java
index 71d0f66..07f8ced 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java
@@ -47,8 +47,7 @@ public class RemoteProcessGroupPortDTO {
     }
 
     /**
-     * @return number tasks that may transmit flow files to the target port
-     * concurrently
+     * @return number tasks that may transmit flow files to the target port concurrently
      */
     public Integer getConcurrentlySchedulableTaskCount() {
         return concurrentlySchedulableTaskCount;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ReportingTaskDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ReportingTaskDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ReportingTaskDTO.java
index 6b6558a..4abba4b 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ReportingTaskDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ReportingTaskDTO.java
@@ -22,8 +22,7 @@ import java.util.Map;
 import javax.xml.bind.annotation.XmlType;
 
 /**
- * Component that is capable of reporting internal NiFi state to an external
- * service
+ * Component that is capable of reporting internal NiFi state to an external service
  */
 @XmlType(name = "reportingTask")
 public class ReportingTaskDTO extends NiFiComponentDTO {
@@ -81,8 +80,7 @@ public class ReportingTaskDTO extends NiFiComponentDTO {
     }
 
     /**
-     * The frequency with which to schedule the reporting task. The format of
-     * the value will depend on the value of {@link #getSchedulingStrategy()}.
+     * The frequency with which to schedule the reporting task. The format of the value will depend on the value of {@link #getSchedulingStrategy()}.
      *
      * @return The scheduling period
      */
@@ -106,8 +104,7 @@ public class ReportingTaskDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return The scheduling strategy that determines how the
-     * {@link #getSchedulingPeriod()} value should be interpreted
+     * @return The scheduling strategy that determines how the {@link #getSchedulingPeriod()} value should be interpreted
      */
     public String getSchedulingStrategy() {
         return schedulingStrategy;
@@ -118,8 +115,7 @@ public class ReportingTaskDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return Where this service is available. Possible values are
-     * CLUSTER_MANAGER_ONLY, NODE_ONLY, BOTH
+     * @return Where this service is available. Possible values are CLUSTER_MANAGER_ONLY, NODE_ONLY, BOTH
      */
     public String getAvailability() {
         return availability;
@@ -152,8 +148,7 @@ public class ReportingTaskDTO extends NiFiComponentDTO {
     }
 
     /**
-     * @return the URL for this reporting task custom configuration UI if
-     * applicable. Null otherwise
+     * @return the URL for this reporting task custom configuration UI if applicable. Null otherwise
      */
     public String getCustomUiUrl() {
         return customUiUrl;
@@ -175,9 +170,7 @@ public class ReportingTaskDTO extends NiFiComponentDTO {
     }
 
     /**
-     * Gets the validation errors from this reporting task. These validation
-     * errors represent the problems with the reporting task that must be
-     * resolved before it can be scheduled to run.
+     * Gets the validation errors from this reporting task. These validation errors represent the problems with the reporting task that must be resolved before it can be scheduled to run.
      *
      * @return The validation errors
      */

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RevisionDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RevisionDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RevisionDTO.java
index 7a60c6e..e8f4309 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RevisionDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/RevisionDTO.java
@@ -30,11 +30,8 @@ public class RevisionDTO {
 
     /* getters / setters */
     /**
-     * A client identifier used to make a request. By including a client
-     * identifier, the API can allow multiple requests without needing the
-     * current revision. Due to the asynchronous nature of requests/responses
-     * this was implemented to allow the client to make numerous requests
-     * without having to wait for the previous response to come back.
+     * A client identifier used to make a request. By including a client identifier, the API can allow multiple requests without needing the current revision. Due to the asynchronous nature of
+     * requests/responses this was implemented to allow the client to make numerous requests without having to wait for the previous response to come back.
      *
      * @return The client id
      */
@@ -47,9 +44,7 @@ public class RevisionDTO {
     }
 
     /**
-     * NiFi employs an optimistic locking strategy where the client must include
-     * a revision in their request when performing an update. In a response,
-     * this field represents the updated base version.
+     * NiFi employs an optimistic locking strategy where the client must include a revision in their request when performing an update. In a response, this field represents the updated base version.
      *
      * @return The revision
      */

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/SnippetDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/SnippetDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/SnippetDTO.java
index 8e2c215..810b7be 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/SnippetDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/SnippetDTO.java
@@ -88,10 +88,8 @@ public class SnippetDTO {
     }
 
     /**
-     * @return the ids of the connections in this snippet. These ids will be populated
-     * within each response. They can be specified when creating a snippet.
-     * However, once a snippet has been created its contents cannot be modified
-     * (these ids are ignored during update requests)
+     * @return the ids of the connections in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its
+     * contents cannot be modified (these ids are ignored during update requests)
      */
     public Set<String> getConnections() {
         return connections;
@@ -102,10 +100,8 @@ public class SnippetDTO {
     }
 
     /**
-     * @return the ids of the funnels in this snippet. These ids will be populated
-     * within each response. They can be specified when creating a snippet.
-     * However, once a snippet has been created its contents cannot be modified
-     * (these ids are ignored during update requests)
+     * @return the ids of the funnels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its
+     * contents cannot be modified (these ids are ignored during update requests)
      */
     public Set<String> getFunnels() {
         return funnels;
@@ -116,10 +112,8 @@ public class SnippetDTO {
     }
 
     /**
-     * @return the ids of the input port in this snippet. These ids will be populated
-     * within each response. They can be specified when creating a snippet.
-     * However, once a snippet has been created its contents cannot be modified
-     * (these ids are ignored during update requests)
+     * @return the ids of the input port in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its
+     * contents cannot be modified (these ids are ignored during update requests)
      */
     public Set<String> getInputPorts() {
         return inputPorts;
@@ -130,10 +124,8 @@ public class SnippetDTO {
     }
 
     /**
-     * @return the ids of the labels in this snippet. These ids will be populated within
-     * each response. They can be specified when creating a snippet. However,
-     * once a snippet has been created its contents cannot be modified (these
-     * ids are ignored during update requests)
+     * @return the ids of the labels in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its
+     * contents cannot be modified (these ids are ignored during update requests)
      */
     public Set<String> getLabels() {
         return labels;
@@ -144,10 +136,8 @@ public class SnippetDTO {
     }
 
     /**
-     * @return the ids of the output ports in this snippet. These ids will be populated
-     * within each response. They can be specified when creating a snippet.
-     * However, once a snippet has been created its contents cannot be modified
-     * (these ids are ignored during update requests)
+     * @return the ids of the output ports in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created
+     * its contents cannot be modified (these ids are ignored during update requests)
      */
     public Set<String> getOutputPorts() {
         return outputPorts;
@@ -158,10 +148,8 @@ public class SnippetDTO {
     }
 
     /**
-     * @return The ids of the process groups in this snippet. These ids will be
-     * populated within each response. They can be specified when creating a
-     * snippet. However, once a snippet has been created its contents cannot be
-     * modified (these ids are ignored during update requests)
+     * @return The ids of the process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created
+     * its contents cannot be modified (these ids are ignored during update requests)
      */
     public Set<String> getProcessGroups() {
         return processGroups;
@@ -172,10 +160,8 @@ public class SnippetDTO {
     }
 
     /**
-     * @return The ids of the processors in this snippet. These ids will be populated
-     * within each response. They can be specified when creating a snippet.
-     * However, once a snippet has been created its contents cannot be modified
-     * (these ids are ignored during update requests)
+     * @return The ids of the processors in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been created its
+     * contents cannot be modified (these ids are ignored during update requests)
      */
     public Set<String> getProcessors() {
         return processors;
@@ -186,10 +172,8 @@ public class SnippetDTO {
     }
 
     /**
-     * @return the ids of the remote process groups in this snippet. These ids will be
-     * populated within each response. They can be specified when creating a
-     * snippet. However, once a snippet has been created its contents cannot be
-     * modified (these ids are ignored during update requests)
+     * @return the ids of the remote process groups in this snippet. These ids will be populated within each response. They can be specified when creating a snippet. However, once a snippet has been
+     * created its contents cannot be modified (these ids are ignored during update requests)
      */
     public Set<String> getRemoteProcessGroups() {
         return remoteProcessGroups;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/UserDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/UserDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/UserDTO.java
index c62f99c..2c56422 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/UserDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/UserDTO.java
@@ -86,8 +86,7 @@ public class UserDTO {
     }
 
     /**
-     * @return users name. If the name could not be extracted from the DN, this
-     * value will be the entire DN
+     * @return users name. If the name could not be extracted from the DN, this value will be the entire DN
      */
     public String getUserName() {
         return userName;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceDTO.java
index 333570e..54a5858 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceDTO.java
@@ -24,8 +24,7 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 import org.apache.nifi.web.api.dto.util.TimestampAdapter;
 
 /**
- * A provenance submission. Incorporates the request, its current status, and
- * the results.
+ * A provenance submission. Incorporates the request, its current status, and the results.
  */
 @XmlType(name = "provenance")
 public class ProvenanceDTO {

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceEventDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceEventDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceEventDTO.java
index 883fce8..46c1074 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceEventDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/ProvenanceEventDTO.java
@@ -172,8 +172,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return id of the group that this component resides in. If the component is
-     * no longer in the flow, the group id will not be set
+     * @return id of the group that this component resides in. If the component is no longer in the flow, the group id will not be set
      */
     public String getGroupId() {
         return groupId;
@@ -316,8 +315,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return If this represents a route event, this is the relationship to which the
-     * flowfile was routed
+     * @return If this represents a route event, this is the relationship to which the flowfile was routed
      */
     public String getRelationship() {
         return relationship;
@@ -361,8 +359,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return the Section in which the output Content Claim lives, or
-     * <code>null</code> if no Content Claim exists
+     * @return the Section in which the output Content Claim lives, or <code>null</code> if no Content Claim exists
      */
     public String getOutputContentClaimSection() {
         return outputContentClaimSection;
@@ -373,8 +370,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return the Container in which the output Content Claim lives, or
-     * <code>null</code> if no Content Claim exists
+     * @return the Container in which the output Content Claim lives, or <code>null</code> if no Content Claim exists
      */
     public String getOutputContentClaimContainer() {
         return outputContentClaimContainer;
@@ -385,8 +381,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return the Identifier of the output Content Claim, or <code>null</code>
-     * if no Content Claim exists
+     * @return the Identifier of the output Content Claim, or <code>null</code> if no Content Claim exists
      */
     public String getOutputContentClaimIdentifier() {
         return outputContentClaimIdentifier;
@@ -397,8 +392,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return the offset into the the output Content Claim where the FlowFile's
-     * content begins, or <code>null</code> if no Content Claim exists
+     * @return the offset into the the output Content Claim where the FlowFile's content begins, or <code>null</code> if no Content Claim exists
      */
     public Long getOutputContentClaimOffset() {
         return outputContentClaimOffset;
@@ -442,8 +436,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return the Section in which the input Content Claim lives, or
-     * <code>null</code> if no Content Claim exists
+     * @return the Section in which the input Content Claim lives, or <code>null</code> if no Content Claim exists
      */
     public String getInputContentClaimSection() {
         return inputContentClaimSection;
@@ -454,8 +447,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return the Container in which the input Content Claim lives, or
-     * <code>null</code> if no Content Claim exists
+     * @return the Container in which the input Content Claim lives, or <code>null</code> if no Content Claim exists
      */
     public String getInputContentClaimContainer() {
         return inputContentClaimContainer;
@@ -466,8 +458,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return the Identifier of the input Content Claim, or <code>null</code>
-     * if no Content Claim exists
+     * @return the Identifier of the input Content Claim, or <code>null</code> if no Content Claim exists
      */
     public String getInputContentClaimIdentifier() {
         return inputContentClaimIdentifier;
@@ -478,8 +469,7 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return the offset into the the input Content Claim where the FlowFile's
-     * content begins, or <code>null</code> if no Content Claim exists
+     * @return the offset into the the input Content Claim where the FlowFile's content begins, or <code>null</code> if no Content Claim exists
      */
     public Long getInputContentClaimOffset() {
         return inputContentClaimOffset;
@@ -534,9 +524,8 @@ public class ProvenanceEventDTO {
     }
 
     /**
-     * @return identifier of the FlowFile Queue / Connection from which the
-     * FlowFile was pulled to generate this event, or <code>null</code> if
-     * either the queue is unknown or the FlowFile was created by this event
+     * @return identifier of the FlowFile Queue / Connection from which the FlowFile was pulled to generate this event, or <code>null</code> if either the queue is unknown or the FlowFile was created
+     * by this event
      */
     public String getSourceConnectionIdentifier() {
         return sourceConnectionIdentifier;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/LineageRequestDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/LineageRequestDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/LineageRequestDTO.java
index afcea3f..2494962 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/LineageRequestDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/LineageRequestDTO.java
@@ -54,11 +54,8 @@ public class LineageRequestDTO {
     }
 
     /**
-     * @return type of lineage request. Either 'PARENTS', 'CHILDREN', or 'FLOWFILE'.
-     * PARENTS will return the lineage for the flowfiles that are parents of the
-     * specified event. CHILDREN will return the lineage of for the flowfiles
-     * that are children of the specified event. FLOWFILE will return the
-     * lineage for the specified flowfile.
+     * @return type of lineage request. Either 'PARENTS', 'CHILDREN', or 'FLOWFILE'. PARENTS will return the lineage for the flowfiles that are parents of the specified event. CHILDREN will return the
+     * lineage of for the flowfiles that are children of the specified event. FLOWFILE will return the lineage for the specified flowfile.
      */
     public LineageRequestType getLineageRequestType() {
         return lineageRequestType;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/ProvenanceNodeDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/ProvenanceNodeDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/ProvenanceNodeDTO.java
index 4a7ed9c..b517751 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/ProvenanceNodeDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/provenance/lineage/ProvenanceNodeDTO.java
@@ -25,8 +25,7 @@ import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 import org.apache.nifi.web.api.dto.util.TimestampAdapter;
 
 /**
- * A node within a provenance lineage. May represent either an event or a
- * flowfile.
+ * A node within a provenance lineage. May represent either an event or a flowfile.
  */
 @XmlType(name = "provenanceNode")
 public class ProvenanceNodeDTO {

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ControllerStatusDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ControllerStatusDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ControllerStatusDTO.java
index adfee2a..bd2eca6 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ControllerStatusDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ControllerStatusDTO.java
@@ -65,8 +65,7 @@ public class ControllerStatusDTO {
     }
 
     /**
-     * @return Used in clustering, will report the number of nodes connected vs the
-     * number of nodes in the cluster
+     * @return Used in clustering, will report the number of nodes connected vs the number of nodes in the cluster
      */
     public String getConnectedNodes() {
         return connectedNodes;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/PortStatusDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/PortStatusDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/PortStatusDTO.java
index db03146..e4cbd34 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/PortStatusDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/PortStatusDTO.java
@@ -100,8 +100,7 @@ public class PortStatusDTO extends StatusDTO {
     }
 
     /**
-     * @return The total count and size of flow files that have been accepted in the
-     * last five minutes
+     * @return The total count and size of flow files that have been accepted in the last five minutes
      */
     public String getInput() {
         return input;
@@ -112,8 +111,7 @@ public class PortStatusDTO extends StatusDTO {
     }
 
     /**
-     * @return The total count and size of flow files that have been processed in the
-     * last five minutes
+     * @return The total count and size of flow files that have been processed in the last five minutes
      */
     public String getOutput() {
         return output;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessGroupStatusDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessGroupStatusDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessGroupStatusDTO.java
index 7ad24a9..6aa445a 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessGroupStatusDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessGroupStatusDTO.java
@@ -177,8 +177,7 @@ public class ProcessGroupStatusDTO extends StatusDTO {
     }
 
     /**
-     * The transferred stats for this process group. This represents the
-     * count/size of flowfiles transferred to/from queues.
+     * The transferred stats for this process group. This represents the count/size of flowfiles transferred to/from queues.
      *
      * @return The transferred status for this process group
      */
@@ -191,8 +190,7 @@ public class ProcessGroupStatusDTO extends StatusDTO {
     }
 
     /**
-     * The received stats for this process group. This represents the count/size
-     * of flowfiles received.
+     * The received stats for this process group. This represents the count/size of flowfiles received.
      *
      * @return The received stats for this process group
      */
@@ -205,8 +203,7 @@ public class ProcessGroupStatusDTO extends StatusDTO {
     }
 
     /**
-     * The sent stats for this process group. This represents the count/size of
-     * flowfiles sent.
+     * The sent stats for this process group. This represents the count/size of flowfiles sent.
      *
      * @return The sent stats for this process group
      */

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessorStatusDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessorStatusDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessorStatusDTO.java
index 18539be..21c3d44 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessorStatusDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/ProcessorStatusDTO.java
@@ -86,8 +86,7 @@ public class ProcessorStatusDTO extends StatusDTO {
     }
 
     /**
-     * @return The total count and size of flow files that have been accepted in the
-     * last five minutes
+     * @return The total count and size of flow files that have been accepted in the last five minutes
      */
     public String getInput() {
         return input;
@@ -131,8 +130,7 @@ public class ProcessorStatusDTO extends StatusDTO {
     }
 
     /**
-     * @return The total count and size of flow files that have been processed in the
-     * last five minutes
+     * @return The total count and size of flow files that have been processed in the last five minutes
      */
     public String getOutput() {
         return output;
@@ -165,8 +163,7 @@ public class ProcessorStatusDTO extends StatusDTO {
     }
 
     /**
-     * @return total duration of all tasks for this connectable over the last 5
-     * minutes
+     * @return total duration of all tasks for this connectable over the last 5 minutes
      */
     public String getTasksDuration() {
         return tasksDuration;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/RemoteProcessGroupStatusDTO.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/RemoteProcessGroupStatusDTO.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/RemoteProcessGroupStatusDTO.java
index 68aa5d6..5f7c2c1 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/RemoteProcessGroupStatusDTO.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/status/RemoteProcessGroupStatusDTO.java
@@ -115,8 +115,7 @@ public class RemoteProcessGroupStatusDTO extends StatusDTO {
     }
 
     /**
-     * @return Formatted description of the amount of data sent to this remote process
-     * group
+     * @return Formatted description of the amount of data sent to this remote process group
      */
     public String getSent() {
         return sent;
@@ -127,8 +126,7 @@ public class RemoteProcessGroupStatusDTO extends StatusDTO {
     }
 
     /**
-     * @return Formatted description of the amount of data received from this remote
-     * process group
+     * @return Formatted description of the amount of data received from this remote process group
      */
     public String getReceived() {
         return received;

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AboutEntity.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AboutEntity.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AboutEntity.java
index 36fc163..5cdbe1e 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AboutEntity.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AboutEntity.java
@@ -20,9 +20,7 @@ import javax.xml.bind.annotation.XmlRootElement;
 import org.apache.nifi.web.api.dto.AboutDTO;
 
 /**
- * A serialized representation of this class can be placed in the entity body of
- * a request or response to or from the API. This particular entity holds a
- * reference to a AboutDTO.
+ * A serialized representation of this class can be placed in the entity body of a request or response to or from the API. This particular entity holds a reference to a AboutDTO.
  */
 @XmlRootElement(name = "aboutEntity")
 public class AboutEntity extends Entity {

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ActionEntity.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ActionEntity.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ActionEntity.java
index 1b2c0b6..d52f5fb 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ActionEntity.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ActionEntity.java
@@ -20,9 +20,7 @@ import javax.xml.bind.annotation.XmlRootElement;
 import org.apache.nifi.web.api.dto.action.ActionDTO;
 
 /**
- * A serialized representation of this class can be placed in the entity body of
- * a request or response to or from the API. This particular entity holds a
- * reference to an ActionDTO.
+ * A serialized representation of this class can be placed in the entity body of a request or response to or from the API. This particular entity holds a reference to an ActionDTO.
  */
 @XmlRootElement(name = "actionEntity")
 public class ActionEntity extends Entity {

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AuthorityEntity.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AuthorityEntity.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AuthorityEntity.java
index 103a937..9b023ba 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AuthorityEntity.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/AuthorityEntity.java
@@ -21,9 +21,7 @@ import java.util.Set;
 import javax.xml.bind.annotation.XmlRootElement;
 
 /**
- * A serialized representation of this class can be placed in the entity body of
- * a response to the API. This particular entity holds a set of user
- * authorities.
+ * A serialized representation of this class can be placed in the entity body of a response to the API. This particular entity holds a set of user authorities.
  */
 @XmlRootElement(name = "authoritiesEntity")
 public class AuthorityEntity extends Entity {

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BannerEntity.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BannerEntity.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BannerEntity.java
index 594707a..c9a8cd2 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BannerEntity.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BannerEntity.java
@@ -21,9 +21,7 @@ import javax.xml.bind.annotation.XmlRootElement;
 import org.apache.nifi.web.api.dto.BannerDTO;
 
 /**
- * A serialized representation of this class can be placed in the entity body of
- * a request or response to or from the API. This particular entity holds a
- * reference to a BannerDTO.
+ * A serialized representation of this class can be placed in the entity body of a request or response to or from the API. This particular entity holds a reference to a BannerDTO.
  */
 @XmlRootElement(name = "bannersEntity")
 public class BannerEntity extends Entity {

http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/a52cf529/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BulletinBoardEntity.java
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BulletinBoardEntity.java b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BulletinBoardEntity.java
index 4287893..f648d50 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BulletinBoardEntity.java
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/BulletinBoardEntity.java
@@ -20,9 +20,7 @@ import javax.xml.bind.annotation.XmlRootElement;
 import org.apache.nifi.web.api.dto.BulletinBoardDTO;
 
 /**
- * A serialized representation of this class can be placed in the entity body of
- * a request or response to or from the API. This particular entity holds a
- * reference to a BulletinBoardDTO.
+ * A serialized representation of this class can be placed in the entity body of a request or response to or from the API. This particular entity holds a reference to a BulletinBoardDTO.
  */
 @XmlRootElement(name = "bulletinBoardEntity")
 public class BulletinBoardEntity extends Entity {