We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How: List of performed steps
What: Actual result vs expected result
# # Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH, Germany. All rights reserved. # # Other comment
=> AspectModelFileLoader.load will return all lines as headerComment
# # Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH, Germany. All rights reserved. # @prefix : <urn:samm:com.xyz:0.0.1#>.
AspectModelFileLoader.load will return as headerComment
# # Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH, Germany. All rights reserved.
It will cut the last line from headerComment.
Where: (e.g. component, version, url, your system info) esmf-aspect-meta-model-java:2.9.7
Input (files/screenshots)
Output (files/screenshots)
Additional context (e.g. references)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How: List of performed steps
What: Actual result vs expected result
https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/blob/main/documentation/decisions/0008-copyright-and-license-information.md#more-information
"All copyright and license information for an aspect model file is given at the beginning of a file in one continuous block ("the comment block") of commented lines (lines that start with the # symbol), before any @Prefix declarations."
Having
=> AspectModelFileLoader.load will return all lines as headerComment
AspectModelFileLoader.load will return as headerComment
It will cut the last line from headerComment.
Where: (e.g. component, version, url, your system info)
esmf-aspect-meta-model-java:2.9.7
Input (files/screenshots)
Output (files/screenshots)
Additional context (e.g. references)
The text was updated successfully, but these errors were encountered: