Skip to content

Commit

Permalink
[#1228] 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 Dec 13, 2021
1 parent ee8d5ef commit cd8b7ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ private CommandHeaderRestoration() {
*
* @param signal the signal to adjust the headers in.
* @param headersToRestoreFrom the original headers to restore connectivity headers from.
* @param <T> the type of the DittoHeadersSettable to pass through.
* @return the potentially adjusted signal with restored connectivity headers.
*/
@SuppressWarnings("unchecked")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
* a success.
* </p>
* <p>
* If validation failed a {@link org.eclipse.ditto.connectivity.model.ConnectionIdInvalidException} might be thrown if
* If validation failed a {@link org.eclipse.ditto.base.model.entity.id.EntityIdInvalidException} might be thrown if
* the headers of the {@code CommandResponse} contain an invalid value for
* {@link org.eclipse.ditto.base.model.headers.DittoHeaderDefinition#CONNECTION_ID}.
* </p>
Expand Down

0 comments on commit cd8b7ed

Please sign in to comment.