Skip to content

Commit

Permalink
fixed javadoc errors
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Apr 25, 2022
1 parent a22f70d commit c461a46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ protected DittoHeaders dittoHeaders() {
}

/**
* @return the {@link org.eclipse.ditto.concierge.api.actors.ConciergeForwarderActor} reference
* @return the {@code ConciergeForwarderActor} reference
*/
protected ActorRef conciergeForwarder() {
return context.getConciergeForwarder();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
import akka.testkit.javadsl.TestKit;

/**
* Tests {@link LiveSignalEnforcement} in context of an {@link org.eclipse.ditto.concierge.api.enforcement.EnforcerActor}.
* Tests {@link LiveSignalEnforcement} in context of an {@code EnforcerActor}.
*/
@SuppressWarnings({"squid:S3599", "squid:S1171"})
public final class LiveSignalEnforcementTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
import akka.testkit.javadsl.TestKit;

/**
* Tests {@link org.eclipse.ditto.concierge.api.enforcement.ThingCommandEnforcement} in context of an {@link org.eclipse.ditto.concierge.api.enforcement.EnforcerActor} for commands requiring smart channel
* Tests {@link ThingCommandEnforcement} in context of an {@code EnforcerActor} for commands requiring smart channel
* selection.
*/
public final class SmartChannelSelectionTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
import akka.testkit.javadsl.TestKit;

/**
* Tests {@link org.eclipse.ditto.concierge.api.enforcement.ThingCommandEnforcement} in context of an {@link org.eclipse.ditto.concierge.api.enforcement.EnforcerActor} for commands requiring smart channel
* Tests {@link ThingCommandEnforcement} in context of an {@code EnforcerActor} for commands requiring smart channel
* selection where live responses come from a different channel than where the command is published.
*/
public final class SmartChannelSelectionWithResponseReceiverTest {
Expand Down

0 comments on commit c461a46

Please sign in to comment.