Skip to content

Commit

Permalink
~ serialVersionUID
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinherron committed Nov 14, 2024
1 parent da9295c commit ef640ec
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
package com.digitalpetri.modbus.exceptions;

import com.digitalpetri.modbus.ModbusRtuFrame;
import java.io.Serial;

public class ModbusCrcException extends ModbusException {

@Serial
private static final long serialVersionUID = -5350159787088895451L;

private final ModbusRtuFrame frame;

public ModbusCrcException(ModbusRtuFrame frame) {
Expand Down

0 comments on commit ef640ec

Please sign in to comment.