Skip to content

Commit

Permalink
Fix default annotation of strategy() in CoordinationConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Apr 7, 2023
1 parent abdfeee commit dc3f4cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

import org.hibernate.search.backend.elasticsearch.ElasticsearchVersion;

import io.quarkus.runtime.annotations.ConfigDocDefault;
import io.quarkus.runtime.annotations.ConfigDocMapKey;
import io.quarkus.runtime.annotations.ConfigDocSection;
import io.quarkus.runtime.annotations.ConfigGroup;
import io.smallrye.config.WithDefault;
import io.smallrye.config.WithName;
import io.smallrye.config.WithParentName;

Expand Down Expand Up @@ -235,7 +235,7 @@ public interface CoordinationConfig {
*
* @asciidoclet
*/
@WithDefault("none")
@ConfigDocDefault("none")
Optional<String> strategy();
}

Expand Down

0 comments on commit dc3f4cf

Please sign in to comment.