mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 01:28:03 +01:00
Fix typos
This commit is contained in:
committed by
Chris Eager
parent
e6ab97dc5a
commit
9a06c40a28
@@ -27,7 +27,7 @@ public final class ExceptionUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Wraps the given {@code throwable} in a {@link CompletionException} unless the given {@code throwable} is alreadt
|
||||
* Wraps the given {@code throwable} in a {@link CompletionException} unless the given {@code throwable} is already
|
||||
* a {@code CompletionException}, in which case this method returns the original throwable.
|
||||
*
|
||||
* @param throwable the throwable to wrap in a {@code CompletionException}
|
||||
|
||||
Reference in New Issue
Block a user