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 | 22700415041aef90d033c0fb86b639741a47a6dd (patch) | |
| tree | fb08bb213ce0ce9fa657a762a496891abc7c87e5 /java/client/src | |
| parent | 373353b43ec525a38635843b541e92100c86fe18 (diff) | |
| download | qpid-python-22700415041aef90d033c0fb86b639741a47a6dd.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/qpid@998162 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/src')
| -rw-r--r-- | 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/java/client/src/test/java/org/apache/qpid/test/unit/client/destinationurl/DestinationURLTest.java b/java/client/src/test/java/org/apache/qpid/test/unit/client/destinationurl/DestinationURLTest.java index 22e432a44f..7de09cff45 100644 --- a/java/client/src/test/java/org/apache/qpid/test/unit/client/destinationurl/DestinationURLTest.java +++ b/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) { |
