Skip to content

Commit

Permalink
[hotfix][webmonitor] add @nullable to SSL engine factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Kruber committed Oct 22, 2018
1 parent 3ffa16d commit 4b3496c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import javax.annotation.Nullable;

import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
Expand Down Expand Up @@ -92,6 +94,7 @@ public class HistoryServer {

private final HistoryServerArchiveFetcher archiveFetcher;

@Nullable
private final SSLEngineFactory serverSSLFactory;
private WebFrontendBootstrap netty;

Expand Down

0 comments on commit 4b3496c

Please sign in to comment.