Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09dbcb02 authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Updates documentation for getContextHubs for clarity

Bug: N/A
Change-Id: I169102724df9bcfc03ca32257a17241c67d449a6
Flag: DOCS_ONLY
Test: None, documentation only
parent 29ebd786
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -485,6 +485,9 @@ public final class ContextHubManager {
    /**
     * Returns the list of ContextHubInfo objects describing the available Context Hubs.
     *
     * To find the list of hubs that include all Hubs (including both Context Hubs and Vendor Hubs),
     * use the {@link #getHubs()} method instead.
     *
     * @return the list of ContextHubInfo objects
     *
     * @see ContextHubInfo
@@ -499,8 +502,8 @@ public final class ContextHubManager {
    }

    /**
     * Returns the list of HubInfo objects describing the available hubs (including ContextHub and
     * VendorHub). This method is primarily used for debugging purposes as most clients care about
     * Returns the list of HubInfo objects describing the available hubs (including Context Hubs and
     * Vendor Hubs). This method is primarily used for debugging purposes as most clients care about
     * endpoints and services more than hubs.
     *
     * @return the list of HubInfo objects