| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| public String toString() { | ||
| StringBuilder sb = new StringBuilder(); | ||
| sb.append("class BaseItem {\n"); | ||
|
|
There was a problem hiding this comment.
Unnecessary empty line?
Sorry, something went wrong.
| public String toString() { | ||
| StringBuilder sb = new StringBuilder(); | ||
| sb.append("class ListItemAuthor {\n"); | ||
|
|
There was a problem hiding this comment.
Unnecessary new line?
Sorry, something went wrong.
| return OpEnum.fromValue((String)(value)); | ||
| } | ||
| } | ||
| } @SerializedName("op") |
There was a problem hiding this comment.
Should probably be on a separate line
Sorry, something went wrong.
| @Override | ||
| public String toString() { | ||
| return String.valueOf(value); | ||
| } |
There was a problem hiding this comment.
New line
Sorry, something went wrong.
| return OpEnum.fromValue((String)(value)); | ||
| } | ||
| } | ||
| } @SerializedName("op") |
There was a problem hiding this comment.
Should probably be on a separate line
Sorry, something went wrong.
| public void setValue(List<ListQueryFilter> value) { | ||
| this.value = value; | ||
| } | ||
|
|
There was a problem hiding this comment.
More than one empty line
Sorry, something went wrong.
| public int hashCode() { | ||
| return Objects.hash(super.hashCode()); | ||
| } | ||
|
|
There was a problem hiding this comment.
More than one empty line
Sorry, something went wrong.
| } | ||
| return null; | ||
| } | ||
| public static class Adapter extends TypeAdapter<FieldEnum> { |
There was a problem hiding this comment.
Add new line above
Sorry, something went wrong.
| return FieldEnum.fromValue((String)(value)); | ||
| } | ||
| } | ||
| } @SerializedName("field") |
There was a problem hiding this comment.
Should probably be on a separate line
Sorry, something went wrong.
| } | ||
| } | ||
| return null; | ||
| } |
There was a problem hiding this comment.
New line
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.