Skip to content

Commit 7e3a974

Browse files
authored
Merge pull request #107 from rapid7/sam-javadoc
Update javadoc in LSA service
2 parents 60028c8 + 0e9121c commit 7e3a974

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/rapid7/client/dcerpc/mslsad/LocalSecurityAuthorityService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ public String[] lookupSIDs(final PolicyHandle policyHandle, SID... sids) throws
259259
* @param lookupLevel Look up level as defined in {@link LSAPLookupLevel}.
260260
* @param sids Array of {@link SID}s to lookup
261261
* @return An array of names. Each entry index in this list corresponds to the same entry index in
262-
* the provided sods array. A null entry indicates that the given {@link SID} was not found.
262+
* the provided sids array. The original SID would be returned as a string if the given
263+
* {@link SID} was not mapped.
263264
* @throws IOException Thrown if either a communication failure is encountered, or the call
264265
* returns an unsuccessful response.
265266
*/

0 commit comments

Comments
 (0)