diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-12-02 23:27:18 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-12-02 23:27:18 +0000 |
| commit | 910e7a4269782e8131134b73d4d569761c5fa4a2 (patch) | |
| tree | f9cd14d9472ca1538eb2b692b40fe0496c718fe8 /qpid/java/systests | |
| parent | 5f33ba9578ff693241e17a0c51d7c9cb589aded1 (diff) | |
| download | qpid-python-910e7a4269782e8131134b73d4d569761c5fa4a2.tar.gz | |
QPID-1501 : Remove @Override annotations to allow compilation under JDK 1.5
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722670 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java b/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java index c20c0bc579..66ec9686dd 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/server/queue/SubscriptionTestHelper.java @@ -111,7 +111,6 @@ public class SubscriptionTestHelper implements Subscription //To change body of implemented methods use File | Settings | File Templates. } - @Override public State getState() { return null; //To change body of implemented methods use File | Settings | File Templates. |
