Update Javadoc and example code for CfDnsClient

Regenerated all Javadoc files with updated timestamps and fixed an example snippet in `CfDnsClient` for consistent variable naming. This ensures updated documentation and code clarity.
This commit is contained in:
2025-03-23 19:04:50 +01:00
parent 513d89f017
commit fa5840999d
50 changed files with 50 additions and 50 deletions
@@ -22,7 +22,7 @@ import lombok.extern.slf4j.Slf4j;
*
* <pre><code>
* // Create a new CfDnsClient instance
* CfDnsClient client = new CfDnsClient(
* CfDnsClient cfDnsClient = new CfDnsClient(
* "email@example.com",
* "yourApiKey",
* "yourApiToken"