Skip to content

Commit

Permalink
add missing since tag to new enum value
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Klem <yannic.klem@bosch.io>
  • Loading branch information
Yannic92 committed Jul 26, 2021
1 parent 01ce446 commit 672994a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public enum ConnectivityStatus implements CharSequence, Jsonifiable<JsonObject>

/**
* Indicates a failed {@code Connection} due to wrong configuration.
* @since 2.1.0
*/
MISCONFIGURED("misconfigured"),

Expand Down

0 comments on commit 672994a

Please sign in to comment.