Skip to content

Commit

Permalink
use the string construction function
Browse files Browse the repository at this point in the history
  • Loading branch information
dickon committed Oct 18, 2023
1 parent 93a55df commit f5a7d3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private Crypto() {
public static final String RPC_OPS_MESSAGE_TOPIC = "crypto.ops.rpc";
public static final String RPC_OPS_MESSAGE_RESPONSE_TOPIC = getRPCResponseTopic(RPC_OPS_MESSAGE_TOPIC);
public static final String REKEY_MESSAGE_TOPIC = "crypto.key.rotation.ops";
public static final String REKEY_MESSAGE_RESPONSE_TOPIC = "crypto.key.rotation.ops.resp";
public static final String REKEY_MESSAGE_RESPONSE_TOPIC = getRPCResponseTopic(REKEY_MESSAGE_TOPIC);
public static final String REKEY_MESSAGE_STATUS_TOPIC = "crypto.key.rotation.status";
public static final String REWRAP_MESSAGE_TOPIC = "crypto.key.rotation.individual";
public static final String REWRAP_MESSAGE_RESPONSE_TOPIC = getRPCResponseTopic(REWRAP_MESSAGE_TOPIC);
Expand Down

0 comments on commit f5a7d3a

Please sign in to comment.