X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=library%2FWebLibraryServerHtml.java;h=ac0631dd60ba32abc8f34b7297510bbc78039c95;hb=877a44c78f1c4985aa362f6cdce385a4f860b51d;hp=e96edef95584b5f18a63f62ab630c75abe92f6b0;hpb=159e970c23d9634d39bb8cf2a194f7088f4d59ab;p=fanfix.git diff --git a/library/WebLibraryServerHtml.java b/library/WebLibraryServerHtml.java index e96edef..ac0631d 100644 --- a/library/WebLibraryServerHtml.java +++ b/library/WebLibraryServerHtml.java @@ -256,9 +256,7 @@ abstract class WebLibraryServerHtml implements Runnable { } }; - if (ssf != null) - - { + if (ssf != null) { getTraceHandler().trace("Install SSL on the web server..."); server.makeSecure(ssf, null); getTraceHandler().trace("Done.");