Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ public enum NullAwayOption {
UNANNOTATED_PACKAGES(
"UnannotatedSubPackages",
"nullaway.unannotated.packages",
"Annotated Packages",
"Unannotated Packages",
"The list of unannotated packages to be excluded from the annotated package list for NullAway"),
UNANNOTATED_CLASSES(
"UnannotatedSubPackages",
"UnannotatedClasses",
"nullaway.unannotated.classes",
"Annotated Classes",
"Unannotated Classes",
"The list of classes within annotated packages to be treated as unannotated for NullAway"),
KNOWN_INITIALIZERS(
"KnownInitializers",
Expand Down