mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-28 03:14:18 +08:00
spotless apply
This commit is contained in:
@@ -83,7 +83,7 @@ public class DatabaseController {
|
|||||||
|
|
||||||
@RequestMapping("/getDbNames")
|
@RequestMapping("/getDbNames")
|
||||||
public List<String> getDbNames(@RequestParam("id") Long databaseId,
|
public List<String> getDbNames(@RequestParam("id") Long databaseId,
|
||||||
@RequestParam(value = "catalog", required = false) String catalog) throws SQLException {
|
@RequestParam(value = "catalog", required = false) String catalog) throws SQLException {
|
||||||
return databaseService.getDbNames(databaseId, catalog);
|
return databaseService.getDbNames(databaseId, catalog);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user