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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 16a4197  Fixing method name
16a4197 is described below

commit 16a41979569175caf61093f15f5d219b2dbcaf20
Author: Dan Klco <[email protected]>
AuthorDate: Tue Feb 27 22:04:23 2018 -0800

    Fixing method name
---
 cms/core/src/main/java/org/apache/sling/cms/core/models/Page.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cms/core/src/main/java/org/apache/sling/cms/core/models/Page.java 
b/cms/core/src/main/java/org/apache/sling/cms/core/models/Page.java
index e7bb46b..20c6740 100644
--- a/cms/core/src/main/java/org/apache/sling/cms/core/models/Page.java
+++ b/cms/core/src/main/java/org/apache/sling/cms/core/models/Page.java
@@ -66,7 +66,7 @@ public class Page extends AbstractContentModel {
                }
        }
 
-       public String getPublishedURL() {
+       public String getPublishedUrl() {
                Site site = resource.adaptTo(SiteManager.class).getSite();
                if (site != null) {
                        return site.getUrl() + getPublishedPath();

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to