You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by sh...@apache.org on 2022/07/02 06:02:12 UTC

[bookkeeper] branch master updated: Fix the Intellij key nouns. (#3381)

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

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 6ae2221bad Fix the Intellij key nouns. (#3381)
6ae2221bad is described below

commit 6ae2221bad0a8b9ebbc1528984f120bb0ee3fc5e
Author: liuzhuang2017 <95...@users.noreply.github.com>
AuthorDate: Sat Jul 2 14:02:07 2022 +0800

    Fix the Intellij key nouns. (#3381)
---
 .gitignore        | 2 +-
 pom.xml           | 4 ++--
 stream/.gitignore | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index d0d4c80a44..e9608507fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,7 @@
 .settings/
 .recommenders/
 
-# Intellij
+# IntelliJ
 .idea/
 *.iml
 *.iws
diff --git a/pom.xml b/pom.xml
index 7f7390275b..3ea4b20fd7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -995,7 +995,7 @@
         <version>${apache-rat-plugin.version}</version>
         <configuration>
           <excludes>
-            <!-- Intellij -->
+            <!-- IntelliJ -->
             <exclude>**/.idea/**</exclude>
 
             <!-- Git -->
@@ -1016,7 +1016,7 @@
             <exclude>**/src/main/resources/deps/**</exclude>
             <exclude>**/META-INF/**</exclude>
 
-            <!-- IDE files (eclipse & intellij) -->
+            <!-- IDE files (eclipse & intelliJ) -->
             <exclude>**/.classpath</exclude>
             <exclude>**/.project</exclude>
             <exclude>**/.checkstyle</exclude>
diff --git a/stream/.gitignore b/stream/.gitignore
index e8950201dd..ca2834b2ee 100644
--- a/stream/.gitignore
+++ b/stream/.gitignore
@@ -4,7 +4,7 @@
 .settings/
 .metadata
 
-# Intellij
+# IntelliJ
 .idea/
 *.iml
 *.iws