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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user