From 21df9be71fce99d32403571fb167f700fdb528c0 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Mon, 5 Aug 2013 13:30:32 +0200 Subject: [PATCH] Removed unused method --- jOOQ/src/main/java/org/jooq/impl/Utils.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/jOOQ/src/main/java/org/jooq/impl/Utils.java b/jOOQ/src/main/java/org/jooq/impl/Utils.java index f6c8123e4f..a6f42524d3 100644 --- a/jOOQ/src/main/java/org/jooq/impl/Utils.java +++ b/jOOQ/src/main/java/org/jooq/impl/Utils.java @@ -275,13 +275,6 @@ final class Utils { return newRecord(type.getRecordType(), type.fields(), configuration); } - /** - * Create a new record - */ - static final R newRecord(Class type, Collection> fields, Configuration configuration) { - return newRecord(type, fieldArray(fields), configuration); - } - /** * Create a new record */