Typos a/an (#13812)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user