Skip to content

Commit

Permalink
update javadoc to properly reference AA4J classes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacoby committed Dec 9, 2024
1 parent 6d5a838 commit bd1e9f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


/**
* Mixing for {@link Result}.
* Mixing for {@link org.eclipse.digitaltwin.aas4j.v3.model.Result}.
*/
public interface ResultMixin {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


/**
* Mixing for {@link OperationResult}.
* Mixing for {@link org.eclipse.digitaltwin.aas4j.v3.model.OperationResult}.
*/
public interface OperationResultValueMixin {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ public static List<String> parseCommaSeparatedList(String input) {

/**
* Converts a {@link de.fraunhofer.iosb.ilt.faaast.service.model.api.StatusCode} to a
* {@link de.fraunhofer.iosb.ilt.faaast.service.model.api.MessageType}.
* {@link org.eclipse.digitaltwin.aas4j.v3.model.MessageTypeEnum}.
*
* @param statusCode the input {@link de.fraunhofer.iosb.ilt.faaast.service.model.api.StatusCode}
* @return the resulting {@link de.fraunhofer.iosb.ilt.faaast.service.model.api.MessageType}
* @return the resulting {@link org.eclipse.digitaltwin.aas4j.v3.model.MessageTypeEnum}
*/
public static MessageTypeEnum messageTypeFromstatusCode(StatusCode statusCode) {
if (statusCode.isError()) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static boolean equalsIgnoringTime(Response r1, Response r2) {


/**
* Compares if two {@link de.fraunhofer.iosb.ilt.faaast.service.model.api.Result} objects are equal when ignoring
* Compares if two {@link org.eclipse.digitaltwin.aas4j.v3.model.Result} objects are equal when ignoring
* the timestamps of the included messages.
*
* @param r1 the first result
Expand Down

0 comments on commit bd1e9f6

Please sign in to comment.