diff --git a/android/src/main/java/land/fx/ThreadUtils.java b/android/src/main/java/land/fx/ThreadUtils.java index 5d5cfcd..78fdbac 100644 --- a/android/src/main/java/land/fx/ThreadUtils.java +++ b/android/src/main/java/land/fx/ThreadUtils.java @@ -7,7 +7,7 @@ final class ThreadUtils { /** - * Thread which will be used to call all WebRTC PeerConnection APIs. They + * Thread which will be used to call all Libp2p APIs. They * they don't run on the calling thread anyway, we are deferring the calls * to this thread to avoid (potentially) blocking the calling thread. */