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 920b85a commit a3e1d1aCopy full SHA for a3e1d1a
src/com/rabbitmq/client/impl/ValueReader.java
@@ -36,7 +36,7 @@
36
*/
37
public class ValueReader
38
{
39
- private static final long INT_MASK = 0xffffffff;
+ private static final long INT_MASK = 0xffffffffL;
40
41
/**
42
* Protected API - Cast an int to a long without extending the
0 commit comments