Skip to content

Commit 4b07aeb

Browse files
Tarek AhmedTarek Ahmed
authored andcommitted
Lint
1 parent d27d598 commit 4b07aeb

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

constructorio-client/src/main/java/io/constructor/client/models/RelatedBrowsePage.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
import com.google.gson.annotations.SerializedName;
44

5-
/**
6-
* Constructor.io Related Browse Page - uses Gson/Reflection to load data in
7-
*/
5+
/** Constructor.io Related Browse Page - uses Gson/Reflection to load data in */
86
public class RelatedBrowsePage {
97

108
@SerializedName("filter_name")
@@ -32,7 +30,7 @@ public String getFilterName() {
3230
public String getFilterValue() {
3331
return filterValue;
3432
}
35-
33+
3634
/**
3735
* @return the display name
3836
*/

constructorio-client/src/main/java/io/constructor/client/models/RelatedSearch.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
import com.google.gson.annotations.SerializedName;
44

5-
/**
6-
* Constructor.io Related Search - uses Gson/Reflection to load data in
7-
*/
5+
/** Constructor.io Related Search - uses Gson/Reflection to load data in */
86
public class RelatedSearch {
97

108
@SerializedName("query")

0 commit comments

Comments
 (0)