Skip to content

Commit

Permalink
Add javadoc to Registration.getLastEndpointUsed()
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Mar 10, 2023
1 parent 959af9c commit 9709ac3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,11 @@ public Map<String, String> getApplicationData() {
return applicationData;
}

/**
* @return URI of the server endpoint used by client to register.
* <p>
* This can be changed in next milestones : https://github.com/eclipse/leshan/issues/1415
*/
public URI getLastEndpointUsed() {
return lastEndpointUsed;
}
Expand Down

0 comments on commit 9709ac3

Please sign in to comment.