Skip to content

Commit

Permalink
Reactive FT Module Info fix (#6238)
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexandrov authored Feb 17, 2023
1 parent 135544d commit 0df348e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reactive/fault-tolerance/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
*/
@Feature(value = "Fault Tolerance",
description = "Fault Tolerance",
in = HelidonFlavor.NIMA,
invalidIn = HelidonFlavor.SE,
in = HelidonFlavor.SE,
invalidIn = HelidonFlavor.NIMA,
path = "Fault Tolerance"
)
module io.helidon.reactive.faulttolerance {
Expand Down

0 comments on commit 0df348e

Please sign in to comment.