Skip to content

Commit

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

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

0 comments on commit c8ee093

Please sign in to comment.