Bump to akka-2.6.17
[controller.git] / akka / repackaged-akka-jar / src / main / resources / remote_reference.conf
index 310781fae6054373641a803986dd7a124363faee..1f61e101d0af2aa215e06802eadabc4274f0be9e 100644 (file)
@@ -594,7 +594,7 @@ akka {
       # Enables SO_REUSEADDR, which determines when an ActorSystem can open
       # the specified listen port (the meaning differs between *nix and Windows)
       # Valid values are "on", "off" and "off-for-windows"
-      # due to the following Windows bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4476378
+      # due to the following Windows bug: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4476378
       # "off-for-windows" of course means that it's "on" for all other platforms
       tcp-reuse-addr = off-for-windows