diff --git a/src/java/com/samskivert/jdbc/depot/annotation/Index.java b/src/java/com/samskivert/jdbc/depot/annotation/Index.java index f8bab77..cc46a7e 100644 --- a/src/java/com/samskivert/jdbc/depot/annotation/Index.java +++ b/src/java/com/samskivert/jdbc/depot/annotation/Index.java @@ -33,7 +33,7 @@ import java.lang.annotation.Target; public @interface Index { /** Defines the name of the index. */ - String name () default ""; + String name (); /** Configures the type of this index if necessary. MySQL supports FULLTEXT, SPATIAL and * UNIQUE. */