Skip to content

Commit

Permalink
feat(#2555): pom + comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Oct 29, 2023
1 parent 7291e68 commit 6372cbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eo-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ SOFTWARE.
<limit>
<counter>CLASS</counter>
<value>MISSEDCOUNT</value>
<maximum>7</maximum>
<maximum>6</maximum>
</limit>
</limits>
</rule>
Expand Down
10 changes: 5 additions & 5 deletions eo-runtime/src/test/java/org/eolang/AtVarargTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ void datarizesEOappCallingVarargsFunc() {
* Main program sample.
*
* {@code
* [] > foo
* (bar 1 2 3).eq 2 > @
* [] > foo
* (bar 1 2 3).eq 2 > @
* }
* @since 0.22
*/
Expand Down Expand Up @@ -112,9 +112,9 @@ private static class Foo extends PhDefault {
* Varargs function sample.
*
* {@code
* [args...] > bar
* 1 > a
* 2 > @
* [args...] > bar
* 1 > a
* 2 > @
* }
* @since 0.22
*/
Expand Down

0 comments on commit 6372cbe

Please sign in to comment.