Skip to content

Commit 9ea896d

Browse files
chore: apply code formatting with spotless
1 parent 554eb2b commit 9ea896d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flow-server/src/main/java/com/vaadin/flow/function/SerializableBiFunction.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* License for the specific language governing permissions and limitations under
1414
* the License.
1515
*/
16-
package com.vaadin.flow.function;
16+
package com.vaadin.flow.function;
1717

1818
import java.io.Serializable;
1919
import java.util.function.BiFunction;
@@ -33,7 +33,7 @@
3333
* @param <R>
3434
* the type of the result of the function
3535
*/
36-
@FunctionalInterface
36+
@FunctionalInterface
3737
public interface SerializableBiFunction<T, U, R>
3838
extends BiFunction<T, U, R>, Serializable {
3939
// Only method inherited from BiFunction abc

0 commit comments

Comments
 (0)