You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2020/10/06 05:54:22 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated: Update api-regions.md

This is an automated email from the ASF dual-hosted git repository.

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git


The following commit(s) were added to refs/heads/master by this push:
     new b74fa6c  Update api-regions.md
b74fa6c is described below

commit b74fa6cd05217e9389718431ddeafce26aee2d27
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Oct 6 07:53:47 2020 +0200

    Update api-regions.md
    
    Correct JSON example
---
 docs/api-regions.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/api-regions.md b/docs/api-regions.md
index 2c672f4..dbaf6ed 100644
--- a/docs/api-regions.md
+++ b/docs/api-regions.md
@@ -79,8 +79,10 @@ When changing the source of an API is not possible to mark it as deprecated, it
                 {
                     "name" : "org.apache.sling.api.io",
                     "deprecated" : {
-                        "FileCache" : "Deprecation message",
-                        "MemoryCache#getFile()" : "Deprecation message"
+                        "members" : {
+                            "FileCache" : "Deprecation message",
+                            "MemoryCache#getFile()" : "Deprecation message"
+                        }
                     }
                 },
                 # Instead of just the message, additional information about when the