Skip to content

Commit 3b63662

Browse files
committed
docs: javadocs
1 parent 0aca37c commit 3b63662

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/kotlin/spp/protocol/platform/auth/RedactionType.kt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ package spp.protocol.platform.auth
2020
* The type of redaction lookup to perform.
2121
*/
2222
enum class RedactionType {
23+
/**
24+
* Redact based on literal match of the variable's name.
25+
*/
2326
IDENTIFIER_MATCH,
27+
28+
/**
29+
* Redact based on regular expression match of the variable's value.
30+
*/
2431
VALUE_REGEX
2532
}

0 commit comments

Comments
 (0)