Fix JavaDoc formatting inconsistencies in CfBasicHttpClient, CfDnsClient, and ZoneOperations to improve readability and maintain standard alignment.
This commit is contained in:
@@ -28,6 +28,7 @@ public interface ZoneOperations {
|
|||||||
* @throws CloudflareApiException if the zone cannot be found or accessed
|
* @throws CloudflareApiException if the zone cannot be found or accessed
|
||||||
*/
|
*/
|
||||||
RecordOperations record(String sld, @Nullable RecordType... types) throws CloudflareApiException;
|
RecordOperations record(String sld, @Nullable RecordType... types) throws CloudflareApiException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Lists all DNS records within the zone, optionally filtered by types.
|
* Lists all DNS records within the zone, optionally filtered by types.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user