Removed unused method

This commit is contained in:
Lukas Eder 2013-08-05 13:30:32 +02:00
parent 6dcfca391b
commit 21df9be71f

View File

@ -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
*/