File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments