Skip to content

Commit 568450c

Browse files
committed
fix: migrate to ProjectSensor
1 parent c8a73f1 commit 568450c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/sonar/plugins/checkstyle/CheckstyleSensor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
package org.sonar.plugins.checkstyle;
2121

22-
import org.sonar.api.batch.sensor.Sensor;
2322
import org.sonar.api.batch.sensor.SensorContext;
2423
import org.sonar.api.batch.sensor.SensorDescriptor;
24+
import org.sonar.api.scanner.sensor.ProjectSensor;
2525

26-
public class CheckstyleSensor implements Sensor {
26+
public class CheckstyleSensor implements ProjectSensor {
2727

2828
private final CheckstyleExecutor executor;
2929

0 commit comments

Comments
 (0)