Skip to content

Commit 1960b41

Browse files
committed
CxxIssuesReportSensor: fix typo2
1 parent 53908c4 commit 1960b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cxx-sensors/src/main/java/org/sonar/cxx/sensors/utils/CxxIssuesReportSensor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ private InputFile getInputFileTryRealPath(SensorContext sensorContext, String pa
151151
return null;
152152
}
153153

154-
// if the real path is equals to the given one - skip search; we already
154+
// if the real path is equal to the given one - skip search; we already
155155
// tried such path
156156
//
157-
// IMPORTANT: don't use Path::equals(), since it's dependent on file-system
157+
// IMPORTANT: don't use Path::equals(), since it's dependent on a file-system.
158158
// SonarQube plugin API works with string paths, so the equality of strings
159159
// is important
160160
final String realPathString = realPath.toString();

0 commit comments

Comments
 (0)