Skip to content

Commit

Permalink
Cleaned up trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
edgan committed Dec 19, 2024
1 parent c5acc63 commit 380d55c
Show file tree
Hide file tree
Showing 19 changed files with 192 additions and 195 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class AlbumImage {
private Map<String, Object> additionalProperties = new HashMap<>();

/**
*
*
* @return
* The data
*/
Expand All @@ -39,7 +39,7 @@ public Data getData() {
}

/**
*
*
* @param data
* The data
*/
Expand All @@ -49,7 +49,7 @@ public void setData(Data data) {
}

/**
*
*
* @return
* The success
*/
Expand All @@ -59,7 +59,7 @@ public Boolean getSuccess() {
}

/**
*
*
* @param success
* The success
*/
Expand All @@ -69,7 +69,7 @@ public void setSuccess(Boolean success) {
}

/**
*
*
* @return
* The status
*/
Expand All @@ -79,7 +79,7 @@ public Integer getStatus() {
}

/**
*
*
* @param status
* The status
*/
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/java/me/ccrama/redditslide/ImgurAlbum/Data.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Data {
private Map<String, Object> additionalProperties = new HashMap<>();

/**
*
*
* @return
* The count
*/
Expand All @@ -38,7 +38,7 @@ public Integer getCount() {
}

/**
*
*
* @param count
* The count
*/
Expand All @@ -48,7 +48,7 @@ public void setCount(Integer count) {
}

/**
*
*
* @return
* The images
*/
Expand All @@ -58,7 +58,7 @@ public List<Image> getImages() {
}

/**
*
*
* @param images
* The images
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ protected SynccitResponse doInBackground(String... linkIds) {

/**
* https://github.com/drakeapps/synccit#example-json-update-call
*
*
* {
"username" : "james",
"auth" : "9m89x0",
Expand All @@ -82,7 +82,7 @@ protected SynccitResponse doInBackground(String... linkIds) {
}
]
}
* @throws JSONException
* @throws JSONException
*/
private String buildJson(String... linkIds) throws JSONException {
JSONObject rootOb = new JSONObject();
Expand Down
12 changes: 6 additions & 6 deletions app/src/main/java/me/ccrama/redditslide/Tumblr/AltSize.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class AltSize {
private Map<String, Object> additionalProperties = new HashMap<String, Object>();

/**
*
*
* @return
* The url
*/
Expand All @@ -40,7 +40,7 @@ public String getUrl() {
}

/**
*
*
* @param url
* The url
*/
Expand All @@ -50,7 +50,7 @@ public void setUrl(String url) {
}

/**
*
*
* @return
* The width
*/
Expand All @@ -60,7 +60,7 @@ public Integer getWidth() {
}

/**
*
*
* @param width
* The width
*/
Expand All @@ -70,7 +70,7 @@ public void setWidth(Integer width) {
}

/**
*
*
* @return
* The height
*/
Expand All @@ -80,7 +80,7 @@ public Integer getHeight() {
}

/**
*
*
* @param height
* The height
*/
Expand Down
52 changes: 26 additions & 26 deletions app/src/main/java/me/ccrama/redditslide/Tumblr/Blog.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class Blog {
private Map<String, Object> additionalProperties = new HashMap<String, Object>();

/**
*
*
* @return
* The title
*/
Expand All @@ -70,7 +70,7 @@ public String getTitle() {
}

/**
*
*
* @param title
* The title
*/
Expand All @@ -80,7 +80,7 @@ public void setTitle(String title) {
}

/**
*
*
* @return
* The name
*/
Expand All @@ -90,7 +90,7 @@ public String getName() {
}

/**
*
*
* @param name
* The name
*/
Expand All @@ -100,7 +100,7 @@ public void setName(String name) {
}

/**
*
*
* @return
* The totalPosts
*/
Expand All @@ -110,7 +110,7 @@ public Integer getTotalPosts() {
}

/**
*
*
* @param totalPosts
* The total_posts
*/
Expand All @@ -120,7 +120,7 @@ public void setTotalPosts(Integer totalPosts) {
}

/**
*
*
* @return
* The posts
*/
Expand All @@ -130,7 +130,7 @@ public Integer getPosts() {
}

/**
*
*
* @param posts
* The posts
*/
Expand All @@ -140,7 +140,7 @@ public void setPosts(Integer posts) {
}

/**
*
*
* @return
* The url
*/
Expand All @@ -150,7 +150,7 @@ public String getUrl() {
}

/**
*
*
* @param url
* The url
*/
Expand All @@ -160,7 +160,7 @@ public void setUrl(String url) {
}

/**
*
*
* @return
* The updated
*/
Expand All @@ -170,7 +170,7 @@ public Double getUpdated() {
}

/**
*
*
* @param updated
* The updated
*/
Expand All @@ -180,7 +180,7 @@ public void setUpdated(Double updated) {
}

/**
*
*
* @return
* The description
*/
Expand All @@ -190,7 +190,7 @@ public String getDescription() {
}

/**
*
*
* @param description
* The description
*/
Expand All @@ -200,7 +200,7 @@ public void setDescription(String description) {
}

/**
*
*
* @return
* The isNsfw
*/
Expand All @@ -210,7 +210,7 @@ public Boolean getIsNsfw() {
}

/**
*
*
* @param isNsfw
* The is_nsfw
*/
Expand All @@ -220,7 +220,7 @@ public void setIsNsfw(Boolean isNsfw) {
}

/**
*
*
* @return
* The ask
*/
Expand All @@ -230,7 +230,7 @@ public Boolean getAsk() {
}

/**
*
*
* @param ask
* The ask
*/
Expand All @@ -240,7 +240,7 @@ public void setAsk(Boolean ask) {
}

/**
*
*
* @return
* The askPageTitle
*/
Expand All @@ -250,7 +250,7 @@ public String getAskPageTitle() {
}

/**
*
*
* @param askPageTitle
* The ask_page_title
*/
Expand All @@ -260,7 +260,7 @@ public void setAskPageTitle(String askPageTitle) {
}

/**
*
*
* @return
* The askAnon
*/
Expand All @@ -270,7 +270,7 @@ public Boolean getAskAnon() {
}

/**
*
*
* @param askAnon
* The ask_anon
*/
Expand All @@ -280,7 +280,7 @@ public void setAskAnon(Boolean askAnon) {
}

/**
*
*
* @return
* The shareLikes
*/
Expand All @@ -290,7 +290,7 @@ public Boolean getShareLikes() {
}

/**
*
*
* @param shareLikes
* The share_likes
*/
Expand All @@ -300,7 +300,7 @@ public void setShareLikes(Boolean shareLikes) {
}

/**
*
*
* @return
* The likes
*/
Expand All @@ -310,7 +310,7 @@ public Integer getLikes() {
}

/**
*
*
* @param likes
* The likes
*/
Expand Down
Loading

0 comments on commit 380d55c

Please sign in to comment.