Skip to content

Commit

Permalink
Merge pull request #359 from aaronzi/fix-intentionally-empty
Browse files Browse the repository at this point in the history
Fixes wrong "." at end of ORIGIN_CONTENT string
  • Loading branch information
FrankSchnicke authored Jan 16, 2025
2 parents 0f441cb + d407900 commit bc7826f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class AASXSerializer {

public static final String ORIGIN_RELTYPE = AASX_NAMESPACE + "/aasx-origin";
public static final String ORIGIN_PATH = "/aasx/aasx-origin";
public static final String ORIGIN_CONTENT = "Intentionally empty.";
public static final String ORIGIN_CONTENT = "Intentionally empty";

public static final String AASSPEC_RELTYPE = AASX_NAMESPACE + "/aas-spec";
public static final String XML_PATH = "/aasx/xml/content.xml";
Expand Down

0 comments on commit bc7826f

Please sign in to comment.