Skip to content

Commit

Permalink
[wildfly-extras#119] Correct Stream.version javadoc and schema descri…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
spyrkob committed Jan 17, 2023
1 parent c1e18e6 commit 2df3506
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 @@ -33,7 +33,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 2df3506

Please sign in to comment.