Github user pepov commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2894#discussion_r202762452
--- Diff:
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ClusterSummaryEntity.java
---
@@ -24,7 +24,7 @@
* 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 ClusterSummaryDTO.
*/
@XmlRootElement(name = "clusterSummaryEntity")
-public class ClusteSummaryEntity extends Entity {
+public class ClusterSummaryEntity extends Entity {
--- End diff --
I wasn't sure about that, so I created in a separate commit, reverting.
---