Skip to content

Commit

Permalink
Fix spotbugs issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Dec 17, 2024
1 parent d93218d commit 07828c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class NameTokenisationDecode {
public final static CharSequence LOCAL_NAME_SEPARATOR_CHARSEQUENCE = new String(new byte[] {NAME_SEPARATOR});
public static final int UNCOMPRESSED_LENGTH_ADJUSTMENT = 1;

public static int DEFAULT_POSITION_ALLOCATION = 30;
public static final int DEFAULT_POSITION_ALLOCATION = 30;

// the input must be a ByteBuffer containing the read names, separated by the NAME_SEPARATOR byte, WITHOUT
// a terminating separator
Expand Down

0 comments on commit 07828c3

Please sign in to comment.