alter language to kotlin

This commit is contained in:
2020-01-31 09:17:12 +01:00
parent 02e6f96a3a
commit 5e42eeb2ae
140 changed files with 777 additions and 925 deletions

View File

@ -50,7 +50,7 @@ abstract class Database {
}
}
Log.debug(row);
Log.Log.debug(row);
}
} catch (SQLException e) {