Skip to content

Commit

Permalink
perf
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Aug 20, 2015
1 parent d0e7931 commit d6e995b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void createDataSet(DataSetModel dataSetModel) {
executeStatements(dataSetModel.getExecuteStatementsBefore());
}
for (String dataSet : dataSets) {
dataSetName = dataSet;
dataSetName = dataSet.trim();
String extension = dataSetName.substring(dataSetName.lastIndexOf('.') + 1).toLowerCase();
switch (extension) {
case "yml": {
Expand Down

0 comments on commit d6e995b

Please sign in to comment.