diff options
Diffstat (limited to 'java/sql/Struct.java')
-rw-r--r-- | java/sql/Struct.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sql/Struct.java b/java/sql/Struct.java index efecb1363..779b5bcb3 100644 --- a/java/sql/Struct.java +++ b/java/sql/Struct.java @@ -1,5 +1,5 @@ /* Struct.java -- Mapping for a SQL structured type. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -35,7 +35,7 @@ import java.util.Map; * * @author Aaron M. Renn (arenn@urbanophile.com) */ -public abstract interface Struct +public interface Struct { /** |