diff src/goodjava/rpc/Rpc.java @ 1959:a8bab2b60b67

swing threading
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 04 Jun 2025 18:20:40 -0600
parents 0ba144491a42
children
line wrap: on
line diff
--- a/src/goodjava/rpc/Rpc.java	Fri May 30 13:16:54 2025 -0600
+++ b/src/goodjava/rpc/Rpc.java	Wed Jun 04 18:20:40 2025 -0600
@@ -13,8 +13,6 @@
 	public static final RpcCall PING = new RpcCall("ping");
 	public static final String ECHO = "echo";
 
-	public static final RpcException COMMAND_NOT_FOUND = new RpcException("command_not_found");
-
 	public static boolean handle(RpcServer server,RpcCall call)
 		throws IOException
 	{