Skip to content

Commit

Permalink
runtime-field: Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
minborg committed Mar 5, 2017
1 parent 6779fe8 commit b2ac6d6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ private interface ByteValue {

ByteValue setByte(byte value);

final ColumnIdentifier BYTE_IDENTIFIER = new ColumnIdentifier<ByteValue>() {
final ColumnIdentifier<ByteValue> BYTE_IDENTIFIER = new ColumnIdentifier<ByteValue>() {
@Override
public String getDbmsName() {
return "db0";
Expand Down

0 comments on commit b2ac6d6

Please sign in to comment.