From ae414006bc678b0efa8ab13452f0d664cc4f2085 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 21 Nov 2008 06:30:32 +0000 Subject: [PATCH] These don't *really* override anything so we can't mark them as such as JDK 1.5 will do le freak out. --- src/java/com/samskivert/depot/DepotMarshaller.java | 4 ++-- src/java/com/samskivert/depot/FindAllKeysQuery.java | 4 ++-- src/java/com/samskivert/depot/FindAllQuery.java | 8 ++++---- src/java/com/samskivert/depot/FindOneQuery.java | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/java/com/samskivert/depot/DepotMarshaller.java b/src/java/com/samskivert/depot/DepotMarshaller.java index dfa852c..a5977ec 100644 --- a/src/java/com/samskivert/depot/DepotMarshaller.java +++ b/src/java/com/samskivert/depot/DepotMarshaller.java @@ -1034,8 +1034,8 @@ public class DepotMarshaller throws DatabaseException { return ctx.invoke(new Query.Trivial() { - @Override public TableMetaData invoke (PersistenceContext ctx, Connection conn, - DatabaseLiaison dl) throws SQLException { + public TableMetaData invoke (PersistenceContext ctx, Connection conn, + DatabaseLiaison dl) throws SQLException { return new TableMetaData(conn.getMetaData(), tableName); } public void updateStats (Stats stats) { diff --git a/src/java/com/samskivert/depot/FindAllKeysQuery.java b/src/java/com/samskivert/depot/FindAllKeysQuery.java index 4a7aea7..b463611 100644 --- a/src/java/com/samskivert/depot/FindAllKeysQuery.java +++ b/src/java/com/samskivert/depot/FindAllKeysQuery.java @@ -66,7 +66,7 @@ public class FindAllKeysQuery extends Query> invoke (PersistenceContext ctx, Connection conn, DatabaseLiaison liaison) throws SQLException { @@ -87,7 +87,7 @@ public class FindAllKeysQuery extends Query extends Query invoke (PersistenceContext ctx, Connection conn, DatabaseLiaison liaison) throws SQLException { @@ -153,7 +153,7 @@ public abstract class FindAllQuery extends Query invoke (PersistenceContext ctx, Connection conn, DatabaseLiaison liaison) throws SQLException { @@ -188,7 +188,7 @@ public abstract class FindAllQuery extends Query invoke (PersistenceContext ctx, Connection conn, DatabaseLiaison liaison) throws SQLException { @@ -213,7 +213,7 @@ public abstract class FindAllQuery extends Query extends Query return cvalue; } - @Override // from Query + // from Query public T invoke (PersistenceContext ctx, Connection conn, DatabaseLiaison liaison) throws SQLException { @@ -109,7 +109,7 @@ public class FindOneQuery extends Query } } - @Override // from Operation + // from Operation public void updateStats (Stats stats) { stats.noteQuery(0, 0, _cachedRecords, 1-_cachedRecords);