[JAVA] Okhttp-gson: blank line between annotations and method signature (#15430)

* Remove extra blank line

* Regenerate samples
This commit is contained in:
Beppe Catanese
2023-05-08 08:39:46 +02:00
committed by GitHub
parent b4eb7071e4
commit 3d2ec72461
187 changed files with 1 additions and 612 deletions

View File

@@ -74,7 +74,6 @@ public class Bird {
* @return size
**/
@javax.annotation.Nullable
public String getSize() {
return size;
}
@@ -96,7 +95,6 @@ public class Bird {
* @return color
**/
@javax.annotation.Nullable
public String getColor() {
return color;
}

View File

@@ -74,7 +74,6 @@ public class Category {
* @return id
**/
@javax.annotation.Nullable
public Long getId() {
return id;
}
@@ -96,7 +95,6 @@ public class Category {
* @return name
**/
@javax.annotation.Nullable
public String getName() {
return name;
}

View File

@@ -82,7 +82,6 @@ public class DataQuery extends Query {
* @return suffix
**/
@javax.annotation.Nullable
public String getSuffix() {
return suffix;
}
@@ -104,7 +103,6 @@ public class DataQuery extends Query {
* @return text
**/
@javax.annotation.Nullable
public String getText() {
return text;
}
@@ -126,7 +124,6 @@ public class DataQuery extends Query {
* @return date
**/
@javax.annotation.Nullable
public OffsetDateTime getDate() {
return date;
}

View File

@@ -79,7 +79,6 @@ public class DataQueryAllOf {
* @return suffix
**/
@javax.annotation.Nullable
public String getSuffix() {
return suffix;
}
@@ -101,7 +100,6 @@ public class DataQueryAllOf {
* @return text
**/
@javax.annotation.Nullable
public String getText() {
return text;
}
@@ -123,7 +121,6 @@ public class DataQueryAllOf {
* @return date
**/
@javax.annotation.Nullable
public OffsetDateTime getDate() {
return date;
}

View File

@@ -159,7 +159,6 @@ public class DefaultValue {
* @return arrayStringEnumRefDefault
**/
@javax.annotation.Nullable
public List<StringEnumRef> getArrayStringEnumRefDefault() {
return arrayStringEnumRefDefault;
}
@@ -189,7 +188,6 @@ public class DefaultValue {
* @return arrayStringEnumDefault
**/
@javax.annotation.Nullable
public List<ArrayStringEnumDefaultEnum> getArrayStringEnumDefault() {
return arrayStringEnumDefault;
}
@@ -219,7 +217,6 @@ public class DefaultValue {
* @return arrayStringDefault
**/
@javax.annotation.Nullable
public List<String> getArrayStringDefault() {
return arrayStringDefault;
}
@@ -249,7 +246,6 @@ public class DefaultValue {
* @return arrayIntegerDefault
**/
@javax.annotation.Nullable
public List<Integer> getArrayIntegerDefault() {
return arrayIntegerDefault;
}
@@ -279,7 +275,6 @@ public class DefaultValue {
* @return arrayString
**/
@javax.annotation.Nullable
public List<String> getArrayString() {
return arrayString;
}
@@ -309,7 +304,6 @@ public class DefaultValue {
* @return arrayStringNullable
**/
@javax.annotation.Nullable
public List<String> getArrayStringNullable() {
return arrayStringNullable;
}
@@ -339,7 +333,6 @@ public class DefaultValue {
* @return arrayStringExtensionNullable
**/
@javax.annotation.Nullable
public List<String> getArrayStringExtensionNullable() {
return arrayStringExtensionNullable;
}
@@ -361,7 +354,6 @@ public class DefaultValue {
* @return stringNullable
**/
@javax.annotation.Nullable
public String getStringNullable() {
return stringNullable;
}

View File

@@ -79,7 +79,6 @@ public class NumberPropertiesOnly {
* @return number
**/
@javax.annotation.Nullable
public BigDecimal getNumber() {
return number;
}
@@ -101,7 +100,6 @@ public class NumberPropertiesOnly {
* @return _float
**/
@javax.annotation.Nullable
public Float getFloat() {
return _float;
}
@@ -125,7 +123,6 @@ public class NumberPropertiesOnly {
* @return _double
**/
@javax.annotation.Nullable
public Double getDouble() {
return _double;
}

View File

@@ -143,7 +143,6 @@ public class Pet {
* @return id
**/
@javax.annotation.Nullable
public Long getId() {
return id;
}
@@ -165,7 +164,6 @@ public class Pet {
* @return name
**/
@javax.annotation.Nonnull
public String getName() {
return name;
}
@@ -187,7 +185,6 @@ public class Pet {
* @return category
**/
@javax.annotation.Nullable
public Category getCategory() {
return category;
}
@@ -217,7 +214,6 @@ public class Pet {
* @return photoUrls
**/
@javax.annotation.Nonnull
public List<String> getPhotoUrls() {
return photoUrls;
}
@@ -247,7 +243,6 @@ public class Pet {
* @return tags
**/
@javax.annotation.Nullable
public List<Tag> getTags() {
return tags;
}
@@ -269,7 +264,6 @@ public class Pet {
* @return status
**/
@javax.annotation.Nullable
public StatusEnum getStatus() {
return status;
}

View File

@@ -125,7 +125,6 @@ public class Query {
* @return id
**/
@javax.annotation.Nullable
public Long getId() {
return id;
}
@@ -155,7 +154,6 @@ public class Query {
* @return outcomes
**/
@javax.annotation.Nullable
public List<OutcomesEnum> getOutcomes() {
return outcomes;
}

View File

@@ -74,7 +74,6 @@ public class Tag {
* @return id
**/
@javax.annotation.Nullable
public Long getId() {
return id;
}
@@ -96,7 +95,6 @@ public class Tag {
* @return name
**/
@javax.annotation.Nullable
public String getName() {
return name;
}

View File

@@ -82,7 +82,6 @@ public class TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter
* @return size
**/
@javax.annotation.Nullable
public String getSize() {
return size;
}
@@ -104,7 +103,6 @@ public class TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter
* @return color
**/
@javax.annotation.Nullable
public String getColor() {
return color;
}
@@ -126,7 +124,6 @@ public class TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter
* @return id
**/
@javax.annotation.Nullable
public Long getId() {
return id;
}
@@ -148,7 +145,6 @@ public class TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter
* @return name
**/
@javax.annotation.Nullable
public String getName() {
return name;
}

View File

@@ -80,7 +80,6 @@ public class TestQueryStyleFormExplodeTrueArrayStringQueryObjectParameter {
* @return values
**/
@javax.annotation.Nullable
public List<String> getValues() {
return values;
}