CoapRequestFuture

- Removed now-completed TODO
This commit is contained in:
Tristan B. Velloza Kildaire 2023-09-25 14:37:38 +02:00
parent f58f3cdb5c
commit 237cde4169

View File

@ -430,8 +430,6 @@ public class CoapRequestFuture
}
else
{
// TODO: Make this a specific exception so the user can easily check for it
// ... (see feature/cancellable_future for how this would need to be update)
throw new RequestTimeoutException(this, timeout);
}
}