aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2019-08-22 12:10:16 +0200
committerHarald Musum <musum@verizonmedia.com>2019-08-22 12:10:16 +0200
commit0bec972def1e9729c5db5f6ea4babf024d359663 (patch)
treec2cba8443507883e93f482db916ae05b8e941ade
parent8846e3618db064bf79462eba9cae902c31fd480e (diff)
Indentation
-rw-r--r--configserver/src/main/java/com/yahoo/vespa/serviceview/Service.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/configserver/src/main/java/com/yahoo/vespa/serviceview/Service.java b/configserver/src/main/java/com/yahoo/vespa/serviceview/Service.java
index 07fdcc1fe7a..f10e2afa046 100644
--- a/configserver/src/main/java/com/yahoo/vespa/serviceview/Service.java
+++ b/configserver/src/main/java/com/yahoo/vespa/serviceview/Service.java
@@ -25,7 +25,7 @@ public final class Service implements Comparable<Service> {
public final String name;
public Service(String serviceType, String host, int statePort, String clusterName, String clusterType,
- String configId, List<Integer> ports, String name) {
+ String configId, List<Integer> ports, String name) {
this.serviceType = serviceType;
this.host = host.toLowerCase();
this.statePort = statePort;
@@ -53,8 +53,7 @@ public final class Service implements Comparable<Service> {
* Generate an identifier string for one of the ports of this service
* suitable for using in an URL.
*
- * @param port
- * port which this identifier pertains to
+ * @param port port which this identifier pertains to
* @return an opaque identifier string for this service
*/
public String getIdentifier(int port) {