diff src/goodjava/rpc/Rpc.java @ 1491:491b355acef7

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 02 May 2020 21:09:17 -0600
parents 27efb1fcbcb5
children 0ba144491a42
line wrap: on
line diff
--- a/src/goodjava/rpc/Rpc.java	Sat May 02 20:42:28 2020 -0600
+++ b/src/goodjava/rpc/Rpc.java	Sat May 02 21:09:17 2020 -0600
@@ -4,7 +4,7 @@
 
 
 // static utils
-public class Rpc {
+public final class Rpc {
 	private Rpc() {}  // never
 
 	public static final RpcResult OK = new RpcResult();