Skip to content

Commit

Permalink
[docs] Cleanup javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 22, 2024
1 parent d66816c commit 04b9518
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
*/
public final class NtlmMessage {

// NTLM messages start with 0x4e544c4d53535000, NTLMSSP signature
/** The Constant NTLM_SSP_SIGNATURE. */
/** The Constant NTLM_SSP_SIGNATURE. NTLM messages start with 0x4e544c4d53535000, NTLMSSP signature */
private static final byte[] NTLM_SSP_SIGNATURE = { 0x4e, 0x54, 0x4c, 0x4d, 0x53, 0x53, 0x50, 0x00 };

/**
Expand Down

0 comments on commit 04b9518

Please sign in to comment.