Skip to content
Snippets Groups Projects
Commit 76c0460e authored by apriestman's avatar apriestman
Browse files

Fix erroneous comment on getHost()

parent e4e4cfab
No related branches found
No related tags found
No related merge requests found
...@@ -221,9 +221,9 @@ Set<Host> getHosts() throws TskCoreException { ...@@ -221,9 +221,9 @@ Set<Host> getHosts() throws TskCoreException {
* *
* @param dataSource The data source to look up the host for. * @param dataSource The data source to look up the host for.
* *
* @return Optional with host. Optional.empty if no matching host is found. * @return The host for this data source (will not be null).
* *
* @throws TskCoreException * @throws TskCoreException if no host is found or an error occurs.
*/ */
Host getHost(DataSource dataSource) throws TskCoreException { Host getHost(DataSource dataSource) throws TskCoreException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment