You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2018/01/30 18:33:25 UTC

[2/3] nifi-registry git commit: NIFIREG-129 Fixes Swagger annotation

NIFIREG-129 Fixes Swagger annotation

Fixes Swagger annotation for VersionedFlowSnapshotMetadata

Signed-off-by: Bryan Bende <bb...@apache.org>


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

Branch: refs/heads/master
Commit: cdf5c1b1e43724aa78606c44eee57de5275de064
Parents: 1711059
Author: Kevin Doran <kd...@apache.org>
Authored: Thu Jan 25 12:30:07 2018 -0500
Committer: Bryan Bende <bb...@apache.org>
Committed: Tue Jan 30 13:32:46 2018 -0500

----------------------------------------------------------------------
 .../apache/nifi/registry/flow/VersionedFlowSnapshotMetadata.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/cdf5c1b1/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/flow/VersionedFlowSnapshotMetadata.java
----------------------------------------------------------------------
diff --git a/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/flow/VersionedFlowSnapshotMetadata.java b/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/flow/VersionedFlowSnapshotMetadata.java
index 4b10847..87e9817 100644
--- a/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/flow/VersionedFlowSnapshotMetadata.java
+++ b/nifi-registry-data-model/src/main/java/org/apache/nifi/registry/flow/VersionedFlowSnapshotMetadata.java
@@ -28,7 +28,7 @@ import java.util.Objects;
  * The metadata information about a VersionedFlowSnapshot. This class implements Comparable in order
  * to sort based on the snapshot version in ascending order.
  */
-@ApiModel(value = "versionedFlowSnapshot")
+@ApiModel(value = "versionedFlowSnapshotMetadata")
 public class VersionedFlowSnapshotMetadata extends LinkableEntity implements Comparable<VersionedFlowSnapshotMetadata> {
 
     @NotBlank