doc cleanup

This commit is contained in:
nathan 2016-02-14 14:36:10 +01:00
parent fa8a0b5ecd
commit 398e2dccf9

View File

@ -46,7 +46,7 @@ class Configuration {
* <p/>
* Specifically, It costs at least 2 bytes more to use remote method invocation than just sending the parameters. If the method has a
* return value which is not {@link dorkbox.network.rmi.RemoteObject#setNonBlocking(boolean) ignored}, an extra byte is written. If the
* type of a parameter is not final (note primitives are final) then an extra byte is written for that parameter.
* type of a parameter is not final (primitives are final) then an extra byte is written for that parameter.
*/
public boolean rmiEnabled = false;
@ -56,6 +56,7 @@ class Configuration {
*/
public Executor rmiExecutor = null;
public
Configuration() {
}