Browse Source

Be more specific why JSON key names may use different naming policy

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.2-alpha
Pekka Helenius 4 years ago
parent
commit
33f753d34c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bookstore/src/main/resources/messages.properties

+ 1
- 1
bookstore/src/main/resources/messages.properties View File

@ -60,7 +60,7 @@ page.text.list.delete = Delete
page.text.list.edit = Edit
page.text.list.json = Get
page.text.apiref.warning = NOTE\:\ these direct JSON keys may differ in name \&\ count when comparing to publicly exposed JSON book data.
page.text.apiref.warning = NOTE\:\ these direct JSON keys may differ in name \&\ count when comparing to publicly exposed JSON book data due to custom JSON serializers used in Java code.
page.text.apiref.endpoints = REST API end points
page.text.apiref.examples = Direct search examples


Loading…
Cancel
Save