File tree Expand file tree Collapse file tree
onprc_billing/src/org/labkey/onprc_billing/query
sla/src/org/labkey/sla/etl Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,16 +65,6 @@ public String getDescription()
6565 return "Contains records of changes to data required for ONPRC billing" ;
6666 }
6767
68- @ Override
69- public Map <FieldKey , String > legacyNameMap ()
70- {
71- Map <FieldKey , String > legacyNames = super .legacyNameMap ();
72- legacyNames .put (FieldKey .fromParts ("key1" ), COLUMN_NAME_TABLE_NAME );
73- legacyNames .put (FieldKey .fromParts ("key2" ), COLUMN_NAME_OBJECTID );
74-
75- return legacyNames ;
76- }
77-
7868 @ Override
7969 public List <FieldKey > getDefaultVisibleColumns ()
8070 {
Original file line number Diff line number Diff line change @@ -79,15 +79,6 @@ public String getDescription()
7979 return "SLA ETL Events" ;
8080 }
8181
82- @ Override
83- public Map <FieldKey , String > legacyNameMap ()
84- {
85- Map <FieldKey , String > legacyNames = super .legacyNameMap ();
86- legacyNames .put (FieldKey .fromParts ("key1" ), COLUMN_NAME_TYPE );
87- legacyNames .put (FieldKey .fromParts ("intKey1" ), COLUMN_NAME_SLA_ERRORS );
88- return legacyNames ;
89- }
90-
9182 @ Override
9283 public List <FieldKey > getDefaultVisibleColumns ()
9384 {
You can’t perform that action at this time.
0 commit comments