We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 289cd05 commit 5ce3344Copy full SHA for 5ce3344
src/main/java/com/rabbitmq/client/impl/ClientVersion.java
@@ -36,7 +36,7 @@ public class ClientVersion {
36
} catch (IOException e) {
37
} finally {
38
try {
39
- if(inputStream!=null) {
+ if(inputStream != null) {
40
inputStream.close();
41
}
42
0 commit comments