Skip to content

Commit

Permalink
Merge pull request #133 from spyrkob/issue_119
Browse files Browse the repository at this point in the history
[#119] Correct Stream.version javadoc and schema description
  • Loading branch information
jfdenise committed Jan 17, 2023
2 parents b2ba362 + 3777499 commit fcbd082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions core/src/main/java/org/wildfly/channel/Stream.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public class Stream implements Comparable<Stream> {

/**
* Version of the stream.
* This must be either a single version (e.g. "1.0.0.Final") or a list of comma-separated versions
* (e.g. "1.0.0.Final, 1.0.1.Final, 1.1.0.Final")
* This must be a single version (e.g. "1.0.0.Final").
*
* Only one of {@code version}, {@code versionPattern} must be set.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"type": "string"
},
"version" : {
"description": "Version of the stream. This must be either a single version. Only one of version, versionPattern must be set.",
"description": "Version of the stream. This must be a single version. Only one of version, versionPattern must be set.",
"type": "string"
},
"versionPattern" : {
Expand Down

0 comments on commit fcbd082

Please sign in to comment.