From 55ff6f577f360cbd8c4c25d0badf152b2e4f6a9b Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 20 Dec 2012 17:49:14 +0100 Subject: [PATCH] Deleted obsolete test scenario --- jOOQ-test/src/org/jooq/test/_/BookWithAnnotations.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/jOOQ-test/src/org/jooq/test/_/BookWithAnnotations.java b/jOOQ-test/src/org/jooq/test/_/BookWithAnnotations.java index 3c8e1c4735..a0e6273e25 100644 --- a/jOOQ-test/src/org/jooq/test/_/BookWithAnnotations.java +++ b/jOOQ-test/src/org/jooq/test/_/BookWithAnnotations.java @@ -107,11 +107,6 @@ public class BookWithAnnotations { throw new AssertionError(); } - @Column(name = "LAST_NAME") - public void notEnoughParameters() { - throw new AssertionError(); - } - @Override public String toString() { return "JPABook [id=" + id + ", title=" + title + ", firstName=" + firstName + ", lastName=" + lastName + "]";