Removed unused method
This commit is contained in:
parent
6dcfca391b
commit
21df9be71f
@ -275,13 +275,6 @@ final class Utils {
|
||||
return newRecord(type.getRecordType(), type.fields(), configuration);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new record
|
||||
*/
|
||||
static final <R extends Record> R newRecord(Class<R> type, Collection<? extends Field<?>> fields, Configuration configuration) {
|
||||
return newRecord(type, fieldArray(fields), configuration);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create a new record
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user