Skip to content

Commit

Permalink
bug(#3811): visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Feb 4, 2025
1 parent a1cfe89 commit b130186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eo-maven-plugin/src/main/java/org/eolang/maven/SafeMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ abstract class SafeMojo extends AbstractMojo {
/**
* Directory in which .eo files are located.
*
* @checkstyle MemberNameCheck (7 lines)
* @checkstyle VisibilityModifierCheck (10 lines)
* @checkstyle MemberNameCheck (8 lines)
*/
@Parameter(
property = "eo.sourcesDir",
Expand Down

0 comments on commit b130186

Please sign in to comment.