diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-08-03 13:30:01 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-08-03 13:30:01 +0000 |
| commit | d34021e41a74d37dee0c61df74d1d93a662f267b (patch) | |
| tree | 819647c7b33fb2183f43d4f8ec4f07f06ec0bb89 /qpid/java | |
| parent | 2ed1d76b636f0b5c2f81617af7a02263890e2805 (diff) | |
| download | qpid-python-d34021e41a74d37dee0c61df74d1d93a662f267b.tar.gz | |
Removed unused method that only throws an Exception
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@800371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
| -rw-r--r-- | qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHost.java | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHost.java b/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHost.java index 649e84cb50..ad1e8a580e 100644 --- a/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHost.java +++ b/qpid/java/broker/src/main/java/org/apache/qpid/server/virtualhost/VirtualHost.java @@ -88,7 +88,7 @@ public class VirtualHost implements Accessable private final Timer _houseKeepingTimer; private VirtualHostConfiguration _configuration; - + public void setAccessableName(String name) { _logger.warn("Setting Accessable Name for VirualHost is not allowed. (" @@ -386,11 +386,6 @@ public class VirtualHost implements Accessable return _exchangeFactory; } - public ApplicationRegistry getApplicationRegistry() - { - throw new UnsupportedOperationException(); - } - public MessageStore getMessageStore() { return _messageStore; |
