We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a45506b + 108c724 commit 31caf94Copy full SHA for 31caf94
android-studio-3/checks/src/main/java/com/example/lint/checks/SampleCodeDetector.java
@@ -67,7 +67,7 @@ public List<Class<? extends UElement>> getApplicableUastTypes() {
67
68
@Override
69
public UElementHandler createUastHandler(JavaContext context) {
70
- // Not: Visiting UAST nodes is a pretty general purpose mechanism;
+ // Note: Visiting UAST nodes is a pretty general purpose mechanism;
71
// Lint has specialized support to do common things like "visit every class
72
// that extends a given super class or implements a given interface", and
73
// "visit every call site that calls a method by a given name" etc.
0 commit comments