Skip to content

Commit

Permalink
Merge branch 'master' of github.com:twitter/finagle
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusae committed Dec 10, 2010
2 parents a0d7a94 + 31e0f2a commit b86521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/twitter/finagle/builder/Server.scala
Expand Up @@ -155,7 +155,7 @@ case class ServerBuilder(
def logger(logger: Logger) = copy(_logger = Some(logger))

def tls(path: String, password: String) =
copy(_tls = Option(Ssl(path, password)))
copy(_tls = Some(Ssl(path, password)))

def startTls(value: Boolean) =
copy(_startTls = true)
Expand Down

0 comments on commit b86521e

Please sign in to comment.