Skip to content

Commit deb4ad5

Browse files
author
TanyaEf
committed
Merge branch 'develop'
2 parents cd976db + 2b18ad2 commit deb4ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ Use bundles service to get bundles of internalization properties for particular
15491549
final JSONObject bundles = session
15501550
.bundlesService()
15511551
.forLocale("de")
1552-
.bundles()
1552+
.AllBundles()
15531553
.getEntity();
15541554
```
15551555
If you pass `null` in `.forLocale()` method, you will get bundles for your default locale.
@@ -1558,7 +1558,7 @@ To get bundle by name you should specified locale in `.forLocale()` method and n
15581558
final JSONObject bundle = session
15591559
.bundlesService()
15601560
.forLocale("en_US")
1561-
.bundles("jasperserver_messages")
1561+
.bundle("jasperserver_messages")
15621562
.getEntity();
15631563
```
15641564
###Exception handling

0 commit comments

Comments
 (0)