[Git][java-team/wildfly-common][upstream] New upstream version 1.3.2
Markus Koschany
gitlab at salsa.debian.org
Fri May 4 18:10:14 BST 2018
Markus Koschany pushed to branch upstream at Debian Java Maintainers / wildfly-common
Commits:
cb46444e by Markus Koschany at 2018-05-04T12:39:57+02:00
New upstream version 1.3.2
- - - - -
2 changed files:
- pom.xml
- src/main/java/org/wildfly/common/iteration/ByteIterator.java
Changes:
=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.wildfly.common</groupId>
<artifactId>wildfly-common</artifactId>
- <version>1.3.1.Final</version>
+ <version>1.3.2.Final</version>
<parent>
<groupId>org.jboss</groupId>
=====================================
src/main/java/org/wildfly/common/iteration/ByteIterator.java
=====================================
--- a/src/main/java/org/wildfly/common/iteration/ByteIterator.java
+++ b/src/main/java/org/wildfly/common/iteration/ByteIterator.java
@@ -113,7 +113,7 @@ public abstract class ByteIterator implements BiDirIntIterator, IndexIterator {
}
public long getBE64() throws NoSuchElementException {
- return (long)next() << 52 | (long)next() << 48 | (long)next() << 40 | (long)next() << 32 | (long)next() << 24 | (long)next() << 16 | (long)next() << 8 | (long)next();
+ return (long)next() << 56 | (long)next() << 48 | (long)next() << 40 | (long)next() << 32 | (long)next() << 24 | (long)next() << 16 | (long)next() << 8 | (long)next();
}
public int getLE16() throws NoSuchElementException {
View it on GitLab: https://salsa.debian.org/java-team/wildfly-common/commit/cb46444e17e20638c517229f25f5cc8fbe8126a9
---
View it on GitLab: https://salsa.debian.org/java-team/wildfly-common/commit/cb46444e17e20638c517229f25f5cc8fbe8126a9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180504/0cec23ef/attachment.html>
More information about the pkg-java-commits
mailing list