This is an automated email from the ASF dual-hosted git repository.

ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 302e77902d IGNITE-21347 Fix license header extra whitespaces in 
ErrorCodeGroup annotation processor (#3091)
302e77902d is described below

commit 302e77902d2bdff429122e72101e573bcc138558
Author: Dmitriy Zabotlin <arcoli...@users.noreply.github.com>
AuthorDate: Thu Jan 25 11:54:12 2024 +0200

    IGNITE-21347 Fix license header extra whitespaces in ErrorCodeGroup 
annotation processor (#3091)
---
 .../error/code/generators/GenericGenerator.java    | 32 +++++++++++-----------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/modules/error-code-annotation-processor/src/main/java/org/apache/ignite/internal/error/code/generators/GenericGenerator.java
 
b/modules/error-code-annotation-processor/src/main/java/org/apache/ignite/internal/error/code/generators/GenericGenerator.java
index 31761364df..9768b9eec6 100644
--- 
a/modules/error-code-annotation-processor/src/main/java/org/apache/ignite/internal/error/code/generators/GenericGenerator.java
+++ 
b/modules/error-code-annotation-processor/src/main/java/org/apache/ignite/internal/error/code/generators/GenericGenerator.java
@@ -54,22 +54,22 @@ public abstract class GenericGenerator implements 
AbstractCodeGenerator {
     }
 
     void generateLicense() throws IOException {
-        line("/*                                                               
           ");
-        line(" * Licensed to the Apache Software Foundation (ASF) under one or 
more       ");
-        line(" * contributor license agreements. See the NOTICE file 
distributed with     ");
-        line(" * this work for additional information regarding copyright 
ownership.      ");
-        line(" * The ASF licenses this file to You under the Apache License, 
Version 2.0  ");
-        line(" * (the \"License\"); you may not use this file except in 
compliance with   ");
-        line(" * the License. You may obtain a copy of the License at          
           ");
-        line(" *                                                               
           ");
-        line(" *      http://www.apache.org/licenses/LICENSE-2.0               
           ");
-        line(" *                                                               
           ");
-        line(" * Unless required by applicable law or agreed to in writing, 
software      ");
-        line(" * distributed under the License is distributed on an \"AS IS\" 
BASIS,      ");
-        line(" * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied. ");
-        line(" * See the License for the specific language governing 
permissions and      ");
-        line(" * limitations under the License.                                
           ");
-        line(" */                                                              
           ");
+        line("/*");
+        line(" * Licensed to the Apache Software Foundation (ASF) under one or 
more");
+        line(" * contributor license agreements. See the NOTICE file 
distributed with");
+        line(" * this work for additional information regarding copyright 
ownership.");
+        line(" * The ASF licenses this file to You under the Apache License, 
Version 2.0");
+        line(" * (the \"License\"); you may not use this file except in 
compliance with");
+        line(" * the License. You may obtain a copy of the License at");
+        line(" *");
+        line(" *      http://www.apache.org/licenses/LICENSE-2.0";);
+        line(" *");
+        line(" * Unless required by applicable law or agreed to in writing, 
software");
+        line(" * distributed under the License is distributed on an \"AS IS\" 
BASIS,");
+        line(" * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express 
or implied.");
+        line(" * See the License for the specific language governing 
permissions and");
+        line(" * limitations under the License.");
+        line(" */");
         line();
     }
 

Reply via email to