diff --git a/src/dorkbox/network/connection/Ping.java b/src/dorkbox/network/connection/Ping.java index a0c030eb..dfc39cf3 100644 --- a/src/dorkbox/network/connection/Ping.java +++ b/src/dorkbox/network/connection/Ping.java @@ -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(); diff --git a/src/dorkbox/network/connection/ping/PingFuture.java b/src/dorkbox/network/connection/ping/PingFuture.java index ad6ef1f6..d0eb7fab 100644 --- a/src/dorkbox/network/connection/ping/PingFuture.java +++ b/src/dorkbox/network/connection/ping/PingFuture.java @@ -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