mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-17 05:24:19 +01:00
Rename ScrCpyServer to Server
The Server class is in package scrcpy, there is no need to repeat the name in the classname.
This commit is contained in:
@@ -2,9 +2,9 @@ package com.genymobile.scrcpy;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public final class ScrCpyServer {
|
||||
public final class Server {
|
||||
|
||||
private ScrCpyServer() {
|
||||
private Server() {
|
||||
// not instantiable
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user