Skip to content

Commit 6dbface

Browse files
committed
chore: corrections
1 parent aa58ae3 commit 6dbface

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/com/contentstack/cms/stack/VariantGroup.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public VariantGroup setBranches(String... branches) {
104104
* @param value The "value" parameter is of type Object, which means it can
105105
* accept any type of
106106
* object as its value.
107-
* @return instance of Asset
107+
* @return instance of VariantGroup
108108
*/
109109
@Override
110110
public VariantGroup addParam(@NotNull String key, @NotNull Object value) {
@@ -119,7 +119,7 @@ public VariantGroup addParam(@NotNull String key, @NotNull Object value) {
119119
* header.
120120
* @param value The value parameter is a string that represents the value of the
121121
* header.
122-
* @return instance of Asset
122+
* @return instance of VariantGroup
123123
*/
124124
@Override
125125
public VariantGroup addHeader(@NotNull String key, @NotNull String value) {
@@ -132,7 +132,7 @@ public VariantGroup addHeader(@NotNull String key, @NotNull String value) {
132132
* is a String
133133
* representing the header name and the value is a String
134134
* representing the header value.
135-
* @return instance of Asset
135+
* @return instance of VariantGroup
136136
*/
137137
@Override
138138
public VariantGroup addHeaders(@NotNull HashMap<String, String> headers) {
@@ -145,7 +145,7 @@ public VariantGroup addHeaders(@NotNull HashMap<String, String> headers) {
145145
* @param headers The "params" parameter is a HashMap that maps String keys to
146146
* Object values. It is
147147
* annotated with @NotNull, indicating that it cannot be null.
148-
* @return instance of Asset
148+
* @return instance of VariantGroup
149149
*/
150150
@Override
151151
public VariantGroup addParams(@NotNull HashMap<String, Object> headers) {

0 commit comments

Comments
 (0)