Removed author comments

This commit is contained in:
2021-08-19 11:58:57 +02:00
parent 3fcf040f54
commit a04c670e02
10 changed files with 5 additions and 52 deletions

View File

@ -2,11 +2,6 @@ package de.gnmyt.SQLToolkit.api;
import java.sql.SQLException;
/********************************
* @author Mathias Wagner
* Created 25.12.2020
*******************************/
@FunctionalInterface
public interface SQLConsumer<T> {
void accept(T t) throws SQLException;