Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.

Commit e4a04b3

Browse files
author
Timothy G. Rundle
committed
Use Metric interface rather than class
1 parent 69a9b52 commit e4a04b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/src/main/java/com/backelite/sonarqube/commons/MeasureUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
package com.backelite.sonarqube.commons;
1919

2020
import org.sonar.api.batch.fs.InputComponent;
21+
import org.sonar.api.batch.measure.Metric;
2122
import org.sonar.api.batch.sensor.SensorContext;
22-
import org.sonar.api.measures.Metric;
2323

2424
/**
2525
* Created by gillesgrousset on 29/08/2018.

0 commit comments

Comments
 (0)