diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2010-09-17 14:56:47 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2010-09-17 14:56:47 +0000 |
| commit | f54cd2b5bacb97e89d0582a3f7b2348d7bdb9494 (patch) | |
| tree | 08bd4511c89cd0b5a6f3227dbe181fd32073074f /qpid/java/client/src | |
| parent | 0137301436e2c8ad42bd4c04ef6ff76484391aa2 (diff) | |
| download | qpid-python-f54cd2b5bacb97e89d0582a3f7b2348d7bdb9494.tar.gz | |
QPID-2857 : Address issues found by running FindBugs against the Java codebase
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@998162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/src')
| -rw-r--r-- | qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/destinationurl/DestinationURLTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/destinationurl/DestinationURLTest.java b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/destinationurl/DestinationURLTest.java index 22e432a44f..7de09cff45 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/destinationurl/DestinationURLTest.java +++ b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/client/destinationurl/DestinationURLTest.java @@ -167,7 +167,7 @@ public class DestinationURLTest extends TestCase try { - AMQBindingURL dest = new AMQBindingURL(url); + new AMQBindingURL(url); } catch(URISyntaxException e) { |
