We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24528a commit 535ea91Copy full SHA for 535ea91
sqldev/src/main/java/org/utplsql/sqldev/ui/runner/TestOverviewTableModel.java
@@ -61,7 +61,7 @@ public void updateModel(final boolean showDescription) {
61
fireTableDataChanged();
62
}
63
64
- public CharSequence getTestIdColumnName() {
+ public String getTestIdColumnName() {
65
StringBuilder sb = new StringBuilder();
66
calcCommonPrefix();
67
if (commonPrefix == null || commonPrefix.isEmpty()) {
0 commit comments