Fixed javadocs

This commit is contained in:
nathan 2019-01-16 11:08:59 +01:00
parent 9c69fba19d
commit b48886376b
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ package dorkbox.network.connection;
public
interface Ping {
/**
* Wait for the ping to return, and returns the ping response time or -1 if it failed failed.
* Wait for the ping to return, and returns the ping response time in MS or -1 if it failed.
*/
int getResponse();

View File

@ -54,7 +54,7 @@ class PingFuture implements Ping {
}
/**
* Wait for the ping to return, and returns the ping response time or -1 if it failed failed.
* Wait for the ping to return, and returns the ping response time in MS or -1 if it failed.
*/
@Override
public