timoninmaxim commented on code in PR #10676: URL: https://github.com/apache/ignite/pull/10676#discussion_r1180331067
########## modules/core/src/main/java/org/apache/ignite/internal/management/meta/MetaDetailsCommand.java: ########## @@ -1,12 +1,12 @@ /* * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with + * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * the License. You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 Review Comment: Smth wrong here ########## modules/core/src/main/java/org/apache/ignite/internal/commandline/meta/tasks/MetadataInfoTask.java: ########## @@ -58,28 +62,30 @@ public class MetadataInfoTask extends VisorMultiNodeTask<MetadataTypeArgs, Metad /** * Job for {@link CheckIndexInlineSizes} command. Review Comment: Looks like obsolete doc ########## modules/core/src/main/java/org/apache/ignite/internal/management/api/Argument.java: ########## @@ -42,7 +42,14 @@ /** * Required to keep compatibility with existing {@code control.sh} output. * - * @return {@code True} if paramter name printed in help message must be formatted in java style. + * @return {@code True} if paramter example printed in help message must be formatted in java style. Review Comment: paramter -> parameter -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
