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:
Romain Vimont
2018-02-28 14:57:18 +01:00
parent 0d050d83b4
commit 487cb10cf0
2 changed files with 3 additions and 3 deletions

View File

@@ -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
}