Fix JavaDoc formatting inconsistencies in CfBasicHttpClient, CfDnsClient, and ZoneOperations to improve readability and maintain standard alignment.

This commit is contained in:
2026-01-11 11:46:13 +01:00
parent 9e8ee5bb4a
commit b88f4f78ba
3 changed files with 6 additions and 5 deletions
@@ -28,6 +28,7 @@ public interface ZoneOperations {
* @throws CloudflareApiException if the zone cannot be found or accessed
*/
RecordOperations record(String sld, @Nullable RecordType... types) throws CloudflareApiException;
/**
* Lists all DNS records within the zone, optionally filtered by types.
*