Skip to content

Commit 69e66d8

Browse files
committed
Remove JvmField annotation from SampleCodeDetector
1 parent 3c4e7af commit 69e66d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

checks/src/main/java/com/example/lint/checks/SampleCodeDetector.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ class SampleCodeDetector : Detector(), UastScanner {
6565
* Issue describing the problem and pointing to the detector
6666
* implementation.
6767
*/
68-
@JvmField
6968
val ISSUE: Issue = Issue.create(
7069
// ID: used in @SuppressLint warnings etc
7170
id = "SampleId",

0 commit comments

Comments
 (0)