Skip to content

Commit

Permalink
rebase spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jun 20, 2023
1 parent aae853e commit 73dd5e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/main/java/io/cryostat/agent/Registration.java
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,16 @@ private DiscoveryNode defineSelf() throws UnknownHostException, URISyntaxExcepti
}
DiscoveryNode.Target target =
new DiscoveryNode.Target(
realm, uri, appName, instanceId, jvmId, pid, hostname, port, javaMain, startTime);
realm,
uri,
appName,
instanceId,
jvmId,
pid,
hostname,
port,
javaMain,
startTime);

DiscoveryNode selfNode =
new DiscoveryNode(appName + "-" + pluginInfo.getId(), NODE_TYPE, target);
Expand Down

0 comments on commit 73dd5e9

Please sign in to comment.