Typos a/an (#13812)

This commit is contained in:
Дилян Палаузов
2022-12-01 15:30:50 +02:00
committed by GitHub
parent 622654ff1d
commit 78534e8106
105 changed files with 144 additions and 143 deletions

View File

@@ -28,7 +28,7 @@ public class DeviceNotFoundException extends IOException {
private static final long serialVersionUID = -707507777792259512L;
/**
* Constructs an {@code DeviceNotFoundException} with {@code null}
* Constructs a {@code DeviceNotFoundException} with {@code null}
* as its error detail message.
*/
public DeviceNotFoundException() {
@@ -36,7 +36,7 @@ public class DeviceNotFoundException extends IOException {
}
/**
* Constructs an {@code DeviceNotFoundException} with the specified detail message.
* Constructs a {@code DeviceNotFoundException} with the specified detail message.
*
*
* @param message
@@ -48,7 +48,7 @@ public class DeviceNotFoundException extends IOException {
}
/**
* Constructs an {@code DeviceNotFoundException} with the specified detail message
* Constructs a {@code DeviceNotFoundException} with the specified detail message
* and cause.
*
* <p>