stefan-kaestle / openhab2-addons

Add-ons for openHAB 2.x
Eclipse Public License 2.0
16 stars 1 forks source link

added author name to each class comment #21

Closed GerdZanker closed 3 years ago

GerdZanker commented 3 years ago

One part of "Refactor code to follow official openHAB guidelines #16":

Added the author(s) and small comment to each class based on the git history and if necessary created the basis class comment body.

coeing commented 3 years ago

@GerdZanker Good work! As far as I understood, classes which are used for data exchange (e.g. the *State classes) do not need comments. But it's okay to have them anyways :)

coeing commented 3 years ago

@GerdZanker Feel free to merge this pull request, @stefan-kaestle wouldn't complain probably ;) Than we can close #16