Update Javadoc comment in RecordSingleResponse to reference RecordEntity
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
package codes.thischwa.cf.model;
|
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> {
|
public class RecordSingleResponse extends AbstractSingleResponse<RecordEntity> {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user