Skip to content
Snippets Groups Projects
Unverified Commit 90970797 authored by Richard Cordovano's avatar Richard Cordovano Committed by GitHub
Browse files

Merge pull request #2148 from APriestman/fixGetHostComment

Fix erroneous comment on getHost()
parents e4e4cfab 76c0460e
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