We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7d739 commit fa73f40Copy full SHA for fa73f40
src/main/java/com/flagsmith/config/FlagsmithConfig.java
@@ -277,8 +277,8 @@ public Builder withOfflineHandler(IOfflineHandler offlineHandler) {
277
278
/**
279
* Specify the list of protocols supported for calls to the server.
280
+ *
281
* @param supportedProtocols the list of supported protocols
- * @return
282
*/
283
public Builder withSupportedProtocols(List<Protocol> supportedProtocols) {
284
this.supportedProtocols.clear();
0 commit comments