@author 许继元
| 8 | * @author 许继元 |
| 9 | */ |
| 10 | public class Server { |
| 11 | public static void main(String[] args) throws IOException { |
| 12 | ServerBusinesses server = new ServerBusinesses(); |
| 13 | server.start(); |
| 14 | } |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…