From c0913656d3de30340e54d982b44bdf086dab3577 Mon Sep 17 00:00:00 2001 From: zell Date: Thu, 11 Oct 2007 18:49:57 +0000 Subject: [PATCH] I was the shadow of the waxwing slain. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2236 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- .../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 b7c2344c..c771d440 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; - - /** - * - */ }