]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/jsonrpc/JsonRpcResponse.java
Update gradle
[signal-cli] / src / main / java / org / asamk / signal / jsonrpc / JsonRpcResponse.java
index b5279b7d75501a9345d182282e3c407edf7d479e..9cc2e965eb8dcfd04f6a83eff0d1fa5f4b27a6cc 100644 (file)
@@ -6,9 +6,9 @@ import com.fasterxml.jackson.databind.node.ValueNode;
 
 /**
  * Represents a JSON-RPC response.
 
 /**
  * Represents a JSON-RPC response.
- * https://www.jsonrpc.org/specification#response_object
+ * <a href="https://www.jsonrpc.org/specification#response_object">https://www.jsonrpc.org/specification#response_object</a>
  */
  */
-public class JsonRpcResponse extends JsonRpcMessage {
+public final class JsonRpcResponse extends JsonRpcMessage {
 
     /**
      * A String specifying the version of the JSON-RPC protocol. MUST be exactly "2.0".
 
     /**
      * A String specifying the version of the JSON-RPC protocol. MUST be exactly "2.0".