Skip to content

Commit

Permalink
Fix some minor javadoc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Aug 23, 2023
1 parent cddd9da commit 56ed7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public interface RegistrationService {
* Returns an iterator over all registrations. There are no guarantees concerning the order in which the elements
* are returned.
*
* @return an <tt>Iterator</tt> over registrations
* @return an {@link Iterator} over registrations
*/
Iterator<Registration> getAllRegistrations();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public interface RegistrationStore {
* Returns an iterator over the registration of this store. There are no guarantees concerning the order in which
* the elements are returned (unless the implementation provides a guarantee).
*
* @return an <tt>Iterator</tt> over the registration in this store
* @return an {@link Iterator} over the registration in this store
*/
Iterator<Registration> getAllRegistrations();

Expand Down

0 comments on commit 56ed7b9

Please sign in to comment.