Skip to content

Commit

Permalink
Fix javadoc grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed May 6, 2024
1 parent efd5136 commit f5ed845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/main/java/io/airlift/node/NodeInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public String getPool()

/**
* The unique id of the deployment slot in which this binary is running. This id should
* represents the physical deployment location and should not change.
* represent the physical deployment location and should not change.
*/
@Managed
public String getNodeId()
Expand Down Expand Up @@ -209,7 +209,7 @@ public String getConfigSpec()
}

/**
* The unique id of this JavaVM instance. This id will change every time the vm is restarted.
* The unique id of this Java VM instance. This id will change every time the VM is restarted.
*/
@Managed
public String getInstanceId()
Expand Down

0 comments on commit f5ed845

Please sign in to comment.