-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move to org.kafka.cli package; remove idea files from git
- Loading branch information
1 parent
2efb9c5
commit 3647825
Showing
11 changed files
with
12 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
*.class | ||
.idea | ||
# Mobile Tools for Java (J2ME) | ||
.mtj.tmp/ | ||
|
||
*.iml | ||
# Package Files # | ||
*.jar | ||
*.war | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...n/java/gorchakova/kafka/cli/KafkaCli.java → src/main/java/org/kafka/cli/KafkaCli.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package gorchakova.kafka.cli; | ||
package org.kafka.cli; | ||
|
||
|
||
import org.springframework.shell.Bootstrap; | ||
|
4 changes: 2 additions & 2 deletions
4
...afka/cli/action/AbstractKafkaCommand.java → ...afka/cli/action/AbstractKafkaCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 1 addition & 4 deletions
5
...kova/kafka/cli/action/ConnectCommand.java → .../org/kafka/cli/action/ConnectCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/kafka/cli/action/GetOffsetsCommand.java → ...g/kafka/cli/action/GetOffsetsCommand.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...a/kafka/cli/config/ShellSpringConfig.java → ...g/kafka/cli/config/ShellSpringConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...li/model/KafkaConnectionConfigHolder.java → ...li/model/KafkaConnectionConfigHolder.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...afka/cli/nice/KafkaCliBannerProvider.java → ...afka/cli/nice/KafkaCliBannerProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...afka/cli/nice/KafkaCliPromptProvider.java → ...afka/cli/nice/KafkaCliPromptProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters