You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: providers/flagd/src/main/java/dev/openfeature/contrib/providers/flagd/resolver/grpc/strategy/ResolveFactory.java
+2
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@
8
8
publicfinalclassResolveFactory {
9
9
/**
10
10
* Factory method to initialize the resolving strategy.
11
+
*
11
12
* @param options Options.
12
13
* @return the ResolveStrategy based on the provided options.
Copy file name to clipboardexpand all lines: providers/flagd/src/test/java/dev/openfeature/contrib/providers/flagd/resolver/grpc/strategy/TracedResolvingTest.java
0 commit comments