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-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new 611a3e4 Fixing JavaDoc issues
611a3e4 is described below
commit 611a3e4b17e66e59ed2383386dd42120c59d47ca
Author: Dan Klco <[email protected]>
AuthorDate: Sun Dec 27 23:51:40 2020 -0500
Fixing JavaDoc issues
---
.../main/java/org/apache/sling/cms/publication/PublicationEvent.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/api/src/main/java/org/apache/sling/cms/publication/PublicationEvent.java
b/api/src/main/java/org/apache/sling/cms/publication/PublicationEvent.java
index cd925e0..603a045 100644
--- a/api/src/main/java/org/apache/sling/cms/publication/PublicationEvent.java
+++ b/api/src/main/java/org/apache/sling/cms/publication/PublicationEvent.java
@@ -41,6 +41,7 @@ public class PublicationEvent extends Event {
* Creates an event to be fired when a publication occurs.
*
* @param resource the content published
+ * @param deep if true publish the resource and all child resources
* @return the publish event
*/
public static PublicationEvent publish(PublishableResource resource,
boolean deep) {
@@ -55,6 +56,7 @@ public class PublicationEvent extends Event {
* Creates an event to be fired when a unpublish occurs.
*
* @param resource the content unpublish
+ * @param deep if true unpublish the resource and all child resources
* @return the unpublish event
*/
public static PublicationEvent unpublish(PublishableResource resource,
boolean deep) {