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 60b899b commit f13cfa4Copy full SHA for f13cfa4
src/main/java/at/favre/lib/bytes/Bytes.java
@@ -60,7 +60,7 @@
60
@SuppressWarnings("WeakerAccess")
61
public class Bytes implements Comparable<Bytes>, Serializable, Iterable<Byte> {
62
63
- private final static Bytes EMPTY = Bytes.wrap(new byte[0]);
+ private static final Bytes EMPTY = Bytes.wrap(new byte[0]);
64
65
/* FACTORY ***************************************************************************************************/
66
0 commit comments