Make Spotbugs happy

This commit is contained in:
Sylvia van Os
2021-03-04 23:45:03 +01:00
parent ffa39000f7
commit c13b5dda18

View File

@@ -33,6 +33,9 @@ public class MultiFormatExporter
case Catima:
exporter = new CsvDatabaseExporter();
break;
default:
Log.e(TAG, "Failed to export data, unknown format " + format.name());
break;
}
if(exporter != null)