summaryrefslogtreecommitdiff
path: root/src/detach/library
diff options
context:
space:
mode:
Diffstat (limited to 'src/detach/library')
-rw-r--r--src/detach/library/scala/runtime/RemoteRef.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/detach/library/scala/runtime/RemoteRef.scala b/src/detach/library/scala/runtime/RemoteRef.scala
index 9b692fb415..d8444e5220 100644
--- a/src/detach/library/scala/runtime/RemoteRef.scala
+++ b/src/detach/library/scala/runtime/RemoteRef.scala
@@ -169,7 +169,7 @@ object RemoteRef { /*extends Thread {
private def warning(msg: String) { Debug.warning("[RemoteRef] "+msg) }
private def error(msg: String) { Debug.error("[RemoteRef] "+msg) }
- private def printDebugInfos {
+ private def printDebugInfos() {
def property(name: String): String =
name+"="+(
try { System.getProperty(name, "") }