Skip to content

Commit 9709ac3

Browse files
committed
Add javadoc to Registration.getLastEndpointUsed()
1 parent 959af9c commit 9709ac3

File tree

1 file changed

+5
-0
lines changed
  • leshan-server-core/src/main/java/org/eclipse/leshan/server/registration

1 file changed

+5
-0
lines changed

leshan-server-core/src/main/java/org/eclipse/leshan/server/registration/Registration.java

+5
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,11 @@ public Map<String, String> getApplicationData() {
347347
return applicationData;
348348
}
349349

350+
/**
351+
* @return URI of the server endpoint used by client to register.
352+
* <p>
353+
* This can be changed in next milestones : https://github.com/eclipse/leshan/issues/1415
354+
*/
350355
public URI getLastEndpointUsed() {
351356
return lastEndpointUsed;
352357
}

0 commit comments

Comments
 (0)