Skip to content

Commit

Permalink
Modify rule S1190: Replace misplaced NonCompliant comment (SONARJAVA-…
Browse files Browse the repository at this point in the history
…5029) (#4577)
  • Loading branch information
dorian-burihabwa-sonarsource authored Dec 16, 2024
1 parent 277554f commit f9cf7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/S1190/java/rule.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MyClass {
[source,java,diff-id=1,diff-type=compliant]
----
public class MyClass {
String s = ""; // Noncompliant
String s = ""; // Compliant
}
----

Expand Down

0 comments on commit f9cf7be

Please sign in to comment.