This commit is contained in:
etreshenkov 2023-05-23 13:23:03 +03:00
parent aef5753a41
commit 9f62b4fa76

View file

@ -10,7 +10,7 @@ public class SDf57Table extends AbstractTable<SDf57> {
private static final String PREFIX = ETable.DF_57.name();
private static final Class<SDf57> CLAZZ = SDf57.class;
private static final String NAME_OF_HZ_MAP = IMDGDistributedNames.Map_SDf57
private static final String NAME_OF_HZ_MAP = IMDGDistributedNames.Map_SDf57;
public SDf57Table() {
super(PREFIX, CLAZZ, NAME_OF_HZ_MAP);