Removed author comments
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user