Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit d7e4de1

Browse files
author
yweber
committed
addressed PR change requests
1 parent e79048a commit d7e4de1

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Contributing to the HiveMQ Community Projects
44

5-
Welcome to the HiveMQ Community! Glad to see your interest in contributing to HiveMQ MQTT Client.
5+
Welcome to the HiveMQ Community! Glad to see your interest in contributing to the HiveMQ Testcontainer.
66
Please checkout our [Contribution Guide](https://github.com/hivemq/hivemq-community/blob/master/CONTRIBUTING.adoc) to
77
make sure your contribution will be accepted by the HiveMQ team.
88

@@ -55,6 +55,5 @@ change.
5555

5656
### Code style guidelines
5757

58-
- The project uses Nullability annotations to avoid NullPointerExceptions: `@NotNull`, `@Nullable`.
59-
Every non-primitive parameter/return type/field should be annotated with one of them.
60-
- For IntelliJ IDEA the codeStyleConfig and the inspectionProfile are provided in the `.idea` folder.
58+
The project uses Nullability annotations to avoid NullPointerExceptions: `@NotNull`, `@Nullable`.
59+
Every non-primitive parameter/return type/field should be annotated with one of them.

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ allprojects {
4545
allprojects {
4646
repositories {
4747
mavenCentral()
48-
mavenLocal()
4948
}
5049

5150
ext {

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ can be customized as desired.
418418

419419
## Contributing
420420

421-
If you want to contribute to HiveMQ MQTT Client, see the [contribution guidelines](CONTRIBUTING.md).
421+
If you want to contribute to the HiveMQ Testcontainer, see the [contribution guidelines](CONTRIBUTING.md).
422422

423423
## License
424424

425-
HiveMQ MQTT Client is licensed under the `APACHE LICENSE, VERSION 2.0`. A copy of the license can be found [here](LICENSE).
425+
The HiveMQ Testcontainer is licensed under the `APACHE LICENSE, VERSION 2.0`. A copy of the license can be found [here](LICENSE).

0 commit comments

Comments
 (0)