Skip to content

Commit 349bfff

Browse files
committed
Align code formatting
1 parent 8870d95 commit 349bfff

File tree

9 files changed

+1491
-30
lines changed

9 files changed

+1491
-30
lines changed

.editorconfig

Lines changed: 1161 additions & 0 deletions
Large diffs are not rendered by default.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish to Maven Central
22

33
on:
44
release:
5-
types: [published]
5+
types: [ published ]
66

77
jobs:
88
publish:

.idea/codeStyles/Project.xml

Lines changed: 309 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/hivemq/extensions/kafka/api/services/KafkaTopicService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
* that the calling transformer is associated with.
2929
*
3030
* @author Georg Held
31-
* @see <a href=https://www.hivemq.com/docs/kafka/latest/enterprise-extension-for-kafka/kafka.html#kafka-clusters>Kafka
31+
* @see <a
32+
* href=https://www.hivemq.com/docs/kafka/latest/enterprise-extension-for-kafka/kafka.html#kafka-clusters>Kafka
3233
* Cluster configuration</a>.
3334
* @since 4.4.0
3435
*/

0 commit comments

Comments
 (0)