Skip to content

Commit af1ba79

Browse files
mtdowlingsugmanue
andauthored
Update aws/aws-config/src/fuzz/java/software/amazon/smithy/java/aws/config/AwsProfileFileParserFuzzTest.java
Co-authored-by: Manuel Sugawara <sugmanue@amazon.com>
1 parent c3277fb commit af1ba79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/aws-config/src/fuzz/java/software/amazon/smithy/java/aws/config/AwsProfileFileParserFuzzTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import java.nio.charset.StandardCharsets;
1010

1111
/**
12-
* Fuzz test for the AWS config file parser. Ensures no input can cause unexpected exceptions,
12+
* Fuzz test for the AWS config file parser. Helps detect when an input causes unexpected exceptions,
1313
* OOM, or infinite loops. The only acceptable exception is {@link ConfigFileParseException}.
1414
*/
1515
class AwsProfileFileParserFuzzTest {

0 commit comments

Comments
 (0)