Skip to content

Commit

Permalink
Removed base implementation that was always overridden.
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusmelke committed Aug 23, 2017
1 parent 84c9b84 commit 1be9ef9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -818,8 +818,5 @@ public static int calculateNumberOfBlocksUsed( int arrayLength, int requiredBits

public abstract void writeAll( Object array, int length, int requiredBits, Bits result );

public Value createEmptyArray()
{
return Values.of(Array.newInstance( primitiveClass, 0 ));
}
public abstract Value createEmptyArray();
}

0 comments on commit 1be9ef9

Please sign in to comment.