Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csowada committed Mar 25, 2023
1 parent 7de9076 commit d97aeb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public class EBusTypeDateTime extends EBusAbstractType<EBusDateTime> {
private String variantTime = EBusTypeTime.DEFAULT;

@Override
protected byte[] applyByteOrder(byte[] data) {
protected byte @Nullable [] applyByteOrder(byte @Nullable [] data) {
if (reverseByteOrder) {
logger.warn("Parameter 'reverseByteOrder' not supported for EBusTypeDateTime yet!");
}
Expand Down

0 comments on commit d97aeb5

Please sign in to comment.