Skip to content

Commit d629250

Browse files
authored
Merge pull request #613 from bci-oss/fix-link-formatting
Fix formatting in Java tooling docs
2 parents d2cb73c + d768bd3 commit d629250

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

documentation/developer-guide/modules/tooling-guide/pages/java-aspect-tooling.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,20 @@ this is better done using the RDF API.
113113

114114
To load an AspectModel, you use the `org.eclipse.esmf.aspectmodel.loader.AspectModelLoader` class. An instance
115115
of `AspectModelLoader` provides `load()` methods to load an Aspect Model from an InputStream, one or multiple
116-
Files, or a number of `AspectModelUrn`s (where you can delegate finding out _where_ a model element is defined
116+
Files, or a number of `AspectModelUrn` (where you can delegate finding out _where_ a model element is defined
117117
to the AspectModelLoader - details on that are explained in the next section).
118118

119119
The `AspectModelLoader` loads Aspect Models based on the most recent version of the Semantic Aspect Meta Model
120120
and previous versions: Models based on older meta model versions are automatically translated to models
121121
corresponding to the latest meta model version.
122122

123-
The resulting `AspectModel` object contains information about the loaded model elements, their namespaces and
124-
the files they were defined in. Details about the structure of these objects can be found in the [Decision
125-
Record
126-
0007](https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/blob/main/documentation/decisions/0007-model-resolution.md).
127-
The `AspectModel` provides the methods `elements()`, `files()` and `namespaces()` as well as the convenience
128-
methods `aspects()` (which returns all Aspect elements in the model) and `aspect()`, which returns the single
129-
Aspect element if one exists.
123+
The resulting `AspectModel` object contains information about the loaded model elements, their
124+
namespaces and the files they were defined in. Details about the structure of these objects can be
125+
found in the
126+
https://github.com/eclipse-esmf/esmf-semantic-aspect-meta-model/blob/main/documentation/decisions/0007-model-resolution.md[Decision
127+
Record 0007]. The `AspectModel` provides the methods `elements()`, `files()` and `namespaces()` as
128+
well as the convenience methods `aspects()` (which returns all Aspect elements in the model) and
129+
`aspect()`, which returns the single Aspect element if one exists.
130130

131131
++++
132132
<details>

0 commit comments

Comments
 (0)