提交 487cb10c 编写于 作者: R Romain Vimont

Rename ScrCpyServer to Server

The Server class is in package scrcpy, there is no need to repeat the
name in the classname.
上级 0d050d83
......@@ -50,7 +50,7 @@ static process_t execute_server(const char *serial, Uint16 max_size, Uint32 bit_
"CLASSPATH=/data/local/tmp/scrcpy-server.jar",
"app_process",
"/", // unused
"com.genymobile.scrcpy.ScrCpyServer",
"com.genymobile.scrcpy.Server",
max_size_string,
bit_rate_string,
};
......
......@@ -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
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册