CE-1955 Checkstyle!

This commit is contained in:
2024-12-03 09:10:00 -06:00
parent 11db820196
commit 21069e2310

View File

@ -161,10 +161,10 @@ public class BulkInsertPrepareFileUploadStep implements BackendStep
if(listFieldsInHelpText) if(listFieldsInHelpText)
{ {
html.append(""" html.append("""
Templates: <a href="data:text/csv;base64,${flatCSV}" download="${tableLabel} - Flat.csv">${tableLabel} - Flat.csv</a> Templates: <a href="data:text/csv;base64,${flatCSV}" download="${tableLabel} - Flat.csv">${tableLabel} - Flat.csv</a>
| <a href="data:text/csv;base64,${tallCSV}" download="${tableLabel} - Tall.csv">${tableLabel} - Tall.csv</a> | <a href="data:text/csv;base64,${tallCSV}" download="${tableLabel} - Tall.csv">${tableLabel} - Tall.csv</a>
| <a href="data:text/csv;base64,${wideCSV}" download="${tableLabel} - Wide.csv">${tableLabel} - Wide.csv</a> | <a href="data:text/csv;base64,${wideCSV}" download="${tableLabel} - Wide.csv">${tableLabel} - Wide.csv</a>
"""); """);
} }
else else
{ {