2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-01 06:35:09 +00:00

Fix comment

This commit is contained in:
Albert Vaca Cintora
2023-05-30 17:42:33 +02:00
parent 969d78d404
commit 94c2ac3b4c

View File

@@ -672,7 +672,7 @@ public class Device implements BaseLink.PacketReceiver {
* won't return until the Payload has been received by the * won't return until the Payload has been received by the
* other end, or times out after 10 seconds * other end, or times out after 10 seconds
* @return true if the packet was sent ok, false otherwise * @return true if the packet was sent ok, false otherwise
* @see BaseLink#sendPacket(NetworkPacket, SendPacketStatusCallback) * @see BaseLink#sendPacket(NetworkPacket, SendPacketStatusCallback, boolean)
*/ */
@WorkerThread @WorkerThread
public boolean sendPacketBlocking(@NonNull final NetworkPacket np, @NonNull final SendPacketStatusCallback callback, boolean sendPayloadFromSameThread) { public boolean sendPacketBlocking(@NonNull final NetworkPacket np, @NonNull final SendPacketStatusCallback callback, boolean sendPayloadFromSameThread) {