We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439605d commit 108c724Copy full SHA for 108c724
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