documentation polish

This commit is contained in:
nathan 2016-03-07 00:10:07 +01:00
parent 03d2f38098
commit 20e81e5ff9
2 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ class RmiGlobalTest extends BaseTest {
}
assertTrue(caught);
// Return values are ignored, but exceptions are still dealt with properly
remoteObject.setTransmitReturnValue(false);
test.moo("Baa");
test.id();

View File

@ -82,8 +82,8 @@ class RmiTest extends BaseTest {
}
assertTrue(caught);
// Return values are ignored, but exceptions are still dealt with properly
// Return values are ignored, but exceptions are still dealt with properly
remoteObject.setTransmitReturnValue(false);
test.moo("Baa");
test.id();