Skip to content

Commit 279c0e1

Browse files
committed
Corrected model example for SnakeYAML parser
1 parent 59cb390 commit 279c0e1

File tree

1 file changed

+3
-3
lines changed
  • documentation/2.0/content/concepts

1 file changed

+3
-3
lines changed

documentation/2.0/content/concepts/model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ This feature can also remove items that were created by WebLogic Server template
252252
SecurityConfiguration:
253253
DefaultRealm: newrealm
254254
Realm:
255-
!myrealm:
255+
'!myrealm':
256256
newrealm:
257257
AuthenticationProvider:
258258
...
@@ -333,7 +333,7 @@ and Model 2 looks like:
333333
```yaml
334334
topology:
335335
Server:
336-
!m2:
336+
'!m2':
337337
```
338338
The resulting model would be:
339339
```yaml
@@ -348,7 +348,7 @@ Similarly, an element without delete notation will completely replace an element
348348
```yaml
349349
topology:
350350
Server:
351-
!m1:
351+
'!m1':
352352
```
353353
and Model 2 looks like:
354354
```yaml

0 commit comments

Comments
 (0)