slawekjaranowski commented on a change in pull request #291: URL: https://github.com/apache/maven-site/pull/291#discussion_r817424824
########## File path: content/apt/developers/conventions/code.apt ########## @@ -126,11 +126,26 @@ public class MyMojo // ---------------------------------------------------------------------- ... + // multiline arguments should be aligned for method declaration + protected void methodOne( String arg1, String arg2, + String arg3, String arg4 ) Review comment: it is only example show position if wrapping, of course if args fit in one line shouldn't be wrap -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org