This commit is contained in:
parent
aef5753a41
commit
9f62b4fa76
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue