Skip to content

Commit f429432

Browse files
committed
abc
1 parent 347f208 commit f429432

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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,8 +33,8 @@
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 {
39-
// Only method inherited from BiFunction
39+
// Only method inherited from BiFunction abc
4040
}

0 commit comments

Comments
 (0)