You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGGER.fine("Connected to the self-made RMI registry on port $port")
35
+
LOGGER.fine { "Connected to the self-made RMI registry on port $port" }
44
36
} catch (e:Exception) {
45
-
LOGGER.log(Level.SEVERE, e) { "Could not connect to an RMI registry. If you have your own local registry, please ensure you run it with -J-Djava.rmi.server.codebase=file:<YOUR CLASSPATH>/" }
37
+
LOGGER.log(Level.SEVERE, e) {
38
+
"Could not connect to an RMI registry. If you have your own local registry, "+
39
+
"please ensure you run it with -J-Djava.rmi.server.codebase=file:<YOUR CLASSPATH>/"
0 commit comments