mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-01 13:48:58 +00:00
Disable MethodLength checkstyle on createOptions()
This method will grow as needed to initialize options.
This commit is contained in:
parent
8a5be9e2a6
commit
f75dc2e477
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ public final class Server {
|
||||||
return thread;
|
return thread;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@SuppressWarnings("MethodLength")
|
||||||
private static Options createOptions(String... args) {
|
private static Options createOptions(String... args) {
|
||||||
if (args.length < 1) {
|
if (args.length < 1) {
|
||||||
throw new IllegalArgumentException("Missing client version");
|
throw new IllegalArgumentException("Missing client version");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue