Skip to content

Commit

Permalink
Fix javadoc for thing classes
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Oct 16, 2022
1 parent fe4bc61 commit c56b462
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import org.openhab.automation.jrule.trigger.JRuleThingStatusTrigger;

/**
* The {@link AbstractJRuleThing} represents a thing that is either a bridge or a standalone thing not in need of a
* bridge
* The {@link AbstractJRuleThing} represents a thing that is either a bridge, a bridged (sub thing of a bridge) or a
* standalone thing not in need of a bridge
*
* @author Arne Seime - Initial contribution
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.stream.Collectors;

/**
* The {@link JRuleBridgeThing} thing represents a thing that is connected to a bridge
* The {@link JRuleBridgeThing} thing represents a bridge thing
*
* @author Arne Seime - Initial contribution
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
package org.openhab.automation.jrule.things;

/**
* The {@link JRuleStandaloneThing} thing represents a thing that is connected to a bridge
* The {@link JRuleStandaloneThing} thing represents a thing that is standalone (not a bridge nor connected to a bridge)
*
* @author Arne Seime - Initial contribution
*/
Expand Down

0 comments on commit c56b462

Please sign in to comment.