From 07d56a9ca050d976dec4f598ed39471ae369c588 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Wed, 1 Feb 2017 11:09:04 +0200 Subject: Add a maven plugin for formatting according to Eclipse settings Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file. --- .../main/java/com/vaadin/data/provider/QuerySortOrderBuilder.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'server/src/main/java/com/vaadin/data') diff --git a/server/src/main/java/com/vaadin/data/provider/QuerySortOrderBuilder.java b/server/src/main/java/com/vaadin/data/provider/QuerySortOrderBuilder.java index 1f8d1e1aab..eebe257973 100644 --- a/server/src/main/java/com/vaadin/data/provider/QuerySortOrderBuilder.java +++ b/server/src/main/java/com/vaadin/data/provider/QuerySortOrderBuilder.java @@ -21,13 +21,14 @@ import com.vaadin.shared.data.sort.SortDirection; * Helper classes with fluent API for constructing {@link QuerySortOrder} lists. * When the sort order is ready to be passed on, calling {@link #build()} will * create the list of sort orders. - * + * * @see QuerySortOrder * @see #thenDesc(String) * @see #thenDesc(String) * @see #build() */ -public class QuerySortOrderBuilder extends SortOrderBuilder { +public class QuerySortOrderBuilder + extends SortOrderBuilder { @Override public QuerySortOrderBuilder thenAsc(String by) { -- cgit v1.2.3