[#6992] Add Catalog.getComment()
This commit is contained in:
parent
0e0cd604c6
commit
ce4081d440
@ -93,8 +93,8 @@ public class CatalogImpl extends AbstractQueryPart implements Catalog {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getComment() {
|
||||
return null;
|
||||
public final String getComment() {
|
||||
return comment == null ? null : comment.getComment();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Loading…
Reference in New Issue
Block a user