Skip to content

Commit

Permalink
minor code format
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Nov 10, 2017
1 parent 886a0e3 commit 1420bd7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/de/metas/ui/web/view/json/JSONViewLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
@JsonAutoDetect(fieldVisibility = Visibility.ANY, getterVisibility = Visibility.NONE, isGetterVisibility = Visibility.NONE, setterVisibility = Visibility.NONE)
public final class JSONViewLayout
{
public static JSONViewLayout of(
final ViewLayout gridLayout //
, final JSONOptions jsonOpts //
)
public static JSONViewLayout of(final ViewLayout gridLayout, final JSONOptions jsonOpts)
{
return new JSONViewLayout(gridLayout, jsonOpts);
}
Expand Down

0 comments on commit 1420bd7

Please sign in to comment.