Skip to content

Commit

Permalink
Make the OCLintSensor constructor public to fix crash on SonarQube 8.X (
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelfoppolo authored Jan 2, 2023
1 parent c469fbb commit 4f94e66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public final class OCLintSensor implements Sensor {
private final ReportIssueRecorder issueRecorder;

private final OCLintReportParsable parser;
OCLintSensor(
public OCLintSensor(
final Configuration configuration,
final FileSystem fileSystem,
final OCLintJSONDatabaseBuildable builder,
Expand Down

0 comments on commit 4f94e66

Please sign in to comment.