Enable PMD rule UseDiamondOperator and fix violations
This commit is contained in:
parent
2e1722150c
commit
7a6d3bd9d9
45 changed files with 105 additions and 105 deletions
|
|
@ -17,7 +17,7 @@ import java.util.List;
|
|||
* @author ab
|
||||
*/
|
||||
public class DenseLongMap {
|
||||
private List<byte[]> blocklist = new ArrayList<byte[]>(4096);
|
||||
private List<byte[]> blocklist = new ArrayList<>(4096);
|
||||
|
||||
private int blocksize; // bytes per bitplane in one block
|
||||
private int blocksizeBits;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue