eclipse / paho.mqtt.java

Eclipse Paho Java MQTT client library. Paho is an Eclipse IoT project.
https://eclipse.org/paho
Other
2.12k stars 884 forks source link

fix javadoc error #1046

Open stbischof opened 3 months ago

stbischof commented 3 months ago

NetworkModule.java:28: error: heading used out of sequence:

, compared to implicit preceding heading:

Please make sure that the following boxes are checked before submitting your Pull Request, thank you!

  • [x] This change is against the develop branch, not master.
  • [x] You have signed the Eclipse ECA
  • [x] All of your commits have been signed-off with the correct email address (the same one that you used to sign the CLA) Hint: use the -s argument when committing.
  • [ ] If This PR fixes an issue, that you reference the issue below. OR if this is a new issue that you are fixing straight away that you add some Description about the bug and how this will fix it.
  • [ ] If this is new functionality, You have added the appropriate Unit tests.