Skip to content

Commit

Permalink
Merge pull request #107 from rapid7/sam-javadoc
Browse files Browse the repository at this point in the history
Update javadoc in LSA service
  • Loading branch information
bli-r7 authored Nov 27, 2017
2 parents 60028c8 + 0e9121c commit 7e3a974
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ public String[] lookupSIDs(final PolicyHandle policyHandle, SID... sids) throws
* @param lookupLevel Look up level as defined in {@link LSAPLookupLevel}.
* @param sids Array of {@link SID}s to lookup
* @return An array of names. Each entry index in this list corresponds to the same entry index in
* the provided sods array. A null entry indicates that the given {@link SID} was not found.
* the provided sids array. The original SID would be returned as a string if the given
* {@link SID} was not mapped.
* @throws IOException Thrown if either a communication failure is encountered, or the call
* returns an unsuccessful response.
*/
Expand Down

0 comments on commit 7e3a974

Please sign in to comment.