metacat-main/src/main/java/com/netflix/metacat/main/api/v1/MetacatController.java [731:747]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            + "the catalog")
    @ApiResponses(
        {
            @ApiResponse(
                responseCode = "200",
                description = "List of table names is returned"
            ),
            @ApiResponse(
                responseCode = "404",
                description = "The requested catalog cannot be located"
            )
        }
    )
    @Override
    public List<QualifiedName> getTableNames(
        @Parameter(description = "The name of the catalog", required = true)
        @PathVariable("catalog-name") final String catalogName,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



metacat-main/src/main/java/com/netflix/metacat/main/api/v1/MetacatController.java [777:793]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            + "the catalog")
    @ApiResponses(
        {
            @ApiResponse(
                responseCode = "200",
                description = "List of table names is returned"
            ),
            @ApiResponse(
                responseCode = "404",
                description = "The requested catalog cannot be located"
            )
        }
    )
    @Override
    public List<QualifiedName> getTableNames(
        @Parameter(description = "The name of the catalog", required = true)
        @PathVariable("catalog-name") final String catalogName,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



