docs(webcal): Added javadocs.
This commit is contained in:
@@ -90,6 +90,11 @@ public abstract sealed class WebCalendarNode
|
|||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the domain name.
|
||||||
|
*
|
||||||
|
* @return the domain name of this event
|
||||||
|
*/
|
||||||
public String getDomainName() {
|
public String getDomainName() {
|
||||||
return this.domainName;
|
return this.domainName;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user