Skip to content

Commit d9f840f

Browse files
Copilotaepfli
andcommitted
Fix JavaDoc formatting errors in FlagdOptions
Co-authored-by: aepfli <9987394+aepfli@users.noreply.github.com>
1 parent 388f82f commit d9f840f

File tree

1 file changed

+5
-5
lines changed
  • providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd

1 file changed

+5
-5
lines changed

providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/FlagdOptions.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ public class FlagdOptions {
124124
fallBackToEnvOrDefault(Config.STREAM_RETRY_GRACE_PERIOD, Config.DEFAULT_STREAM_RETRY_GRACE_PERIOD);
125125
/**
126126
* Selector to be used with flag sync gRPC contract.
127-
* <p>
128-
* The SDK automatically passes the selector via the {@code flagd-selector} gRPC metadata header
127+
*
128+
* <p>The SDK automatically passes the selector via the {@code flagd-selector} gRPC metadata header
129129
* (the preferred approach per <a href="https://github.com/open-feature/flagd/issues/1814">flagd issue #1814</a>).
130130
* For backward compatibility with older flagd versions, the selector is also sent in the request body.
131-
* <p>
132-
* Only applicable for in-process resolver mode.
133-
*
131+
*
132+
* <p>Only applicable for in-process resolver mode.
133+
*
134134
* @see <a href="https://github.com/open-feature/java-sdk-contrib/tree/main/providers/flagd#selector-filtering-in-process-mode-only">Selector filtering documentation</a>
135135
**/
136136
@Builder.Default

0 commit comments

Comments
 (0)