From f46aaf0152054f8a0e833dc2cb4adaebd4b28d61 Mon Sep 17 00:00:00 2001 From: Par Winzell Date: Thu, 11 Oct 2007 18:49:57 +0000 Subject: [PATCH] I was the shadow of the waxwing slain. --- .../com/samskivert/jdbc/depot/annotation/GeneratedValue.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/java/com/samskivert/jdbc/depot/annotation/GeneratedValue.java b/src/java/com/samskivert/jdbc/depot/annotation/GeneratedValue.java index b7c2344..c771d44 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/GeneratedValue.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/GeneratedValue.java @@ -61,8 +61,4 @@ public @interface GeneratedValue * persistence framework. */ int allocationSize () default 1; - - /** - * - */ }