Update Javadoc comment in RecordSingleResponse to reference RecordEntity

This commit is contained in:
2025-08-18 18:32:33 +02:00
parent a2a76a60f2
commit d9334ba10b
@@ -1,6 +1,9 @@
package codes.thischwa.cf.model;
/** Represents the API response of the Cloudflare API containing a single DNS record entity. */
/**
* Represents the API response of the Cloudflare API containing a single {@link RecordEntity}
* instance.
*/
public class RecordSingleResponse extends AbstractSingleResponse<RecordEntity> {
/**