=* #2966 Reduce warnings from compile, test, scaladoc

This commit is contained in:
Patrik Nordwall 2014-01-23 20:02:18 +01:00
parent 787c7ca439
commit 615c6b572c
22 changed files with 54 additions and 37 deletions

View file

@ -221,6 +221,7 @@ private[remote] class Remoting(_system: ExtendedActorSystem, _provider: RemoteAc
protected def useUntrustedMode: Boolean = provider.remoteSettings.UntrustedMode
// Not used anywhere only to keep compatibility with RemoteTransport interface
@deprecated("Use the LogRemoteLifecycleEvents setting instead.", "2.3")
protected def logRemoteLifeCycleEvents: Boolean = LogRemoteLifecycleEvents
}