Skip to content

Commit

Permalink
Add link to issue in comment
Browse files Browse the repository at this point in the history
References #436

(cherry picked from commit 4f692fe)
  • Loading branch information
acogoluegnes committed Jan 2, 2019
1 parent f2470e0 commit d2e12e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/rabbitmq/client/impl/ClientVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class ClientVersion {

// We store the version property in an unusual way because relocating the package can rewrite the key in the property
// file, which results in spurious warnings being emitted at start-up.
// see https://github.com/rabbitmq/rabbitmq-java-client/issues/436
private static final char[] VERSION_PROPERTY = new char[] {'c', 'o', 'm', '.', 'r', 'a', 'b', 'b', 'i', 't', 'm', 'q', '.',
'c', 'l', 'i', 'e', 'n', 't', '.', 'v', 'e', 'r', 's', 'i', 'o', 'n'};

Expand Down

0 comments on commit d2e12e1

Please sign in to comment.