Skip to content

Commit 70842c0

Browse files
authored
Corrected example in modelHelp documentation (#1064)
* Corrected example in modelHelp documentation * Corrected copyright * Removed unnecessary quotes
1 parent 58c6786 commit 70842c0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

documentation/2.0/content/userguide/tools/model_help.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ You can use the information above to construct this model section:
5252
```yaml
5353
resources:
5454
JDBCSystemResource:
55-
CompatibilityName: 'myName'
56-
DeploymentOrder: 5
57-
Target: 'ms1,ms2'
58-
'JDBC-1':
59-
# JdbcSystemResource attributes and folders
60-
SubDeployment:
61-
deployment1:
62-
# SubDeployment attributes and folders
63-
deployment2:
64-
# SubDeployment attributes and folders
55+
JDBC-1:
56+
# JDBCSystemResource attributes and folders
57+
CompatibilityName: myName
58+
DeploymentOrder: 5
59+
Target: ms1,ms2
60+
SubDeployment:
61+
deployment1:
62+
# SubDeployment attributes and folders
63+
deployment2:
64+
# SubDeployment attributes and folders
6565
```
6666
If you are copying elements from the sample model to create a full domain model, you should exclude any attributes or sub-folders that you do not intend to declare or override.
6767

0 commit comments

Comments
 (0)