Skip to content

Commit fa73f40

Browse files
Fix checkstyle violations (#163)
1 parent 4a7d739 commit fa73f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/flagsmith/config/FlagsmithConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ public Builder withOfflineHandler(IOfflineHandler offlineHandler) {
277277

278278
/**
279279
* Specify the list of protocols supported for calls to the server.
280+
*
280281
* @param supportedProtocols the list of supported protocols
281-
* @return
282282
*/
283283
public Builder withSupportedProtocols(List<Protocol> supportedProtocols) {
284284
this.supportedProtocols.clear();

0 commit comments

Comments
 (0)