diff --git a/src/main/java/codes/thischwa/cf/model/RecordSingleResponse.java b/src/main/java/codes/thischwa/cf/model/RecordSingleResponse.java index 6fda89e..5b1b9a0 100644 --- a/src/main/java/codes/thischwa/cf/model/RecordSingleResponse.java +++ b/src/main/java/codes/thischwa/cf/model/RecordSingleResponse.java @@ -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 { /**