Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit c8adee6

Browse files
author
Matthias Böckmann
committed
Fixing some JavaDoc errors in AASX Package
1 parent 283f6e3 commit c8adee6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

dataformat-aasx/src/main/java/io/adminshell/aas/v3/dataformat/aasx/AASXDeserializer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public AssetAdministrationShellEnvironment read() throws InvalidFormatException,
8181
/**
8282
* Return the Content of the xml file in the aasx-package as String
8383
*
84-
* @param aasxPackage - the root package of the AASX
8584
* @return Content of XML as String
8685
* @throws InvalidFormatException
8786
* @throws IOException

dataformat-aasx/src/main/java/io/adminshell/aas/v3/dataformat/aasx/deserialization/PathHandling.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
public class PathHandling {
2222
/**
23-
* Returns the last element of path separated by "/", e.g. a/b/c -> c
23+
* Returns the last element of path separated by "/", e.g. a/b/c -> c
2424
*
2525
* @param path
2626
* @return
@@ -40,7 +40,7 @@ public static String getLastElement(String path) {
4040
}
4141

4242
/**
43-
* Removes the last element from the path, e.g. a/b/c -> a/b
43+
* Removes the last element from the path, e.g. a/b/c -> a/b
4444
*
4545
* @param path
4646
* @return

0 commit comments

Comments
 (0)