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 a84604a commit f90cef8Copy full SHA for f90cef8
apijson/CodeUtil.js
@@ -991,7 +991,7 @@ var CodeUtil = {
991
var p = (at.length <= 0 ? '' : at + ' < ')
992
+ (fun.length <= 0 ? '' : fun + ' < ')
993
+ (logic.length <= 0 ? '' : logic + ' < ');
994
- return (p.length <= 0 ? '' : p + key + ': ') + column.COLUMN_COMMENT;
+ return (p.length <= 0 ? '' : p + key + ': ') + CodeUtil.getJavaType(column.COLUMN_TYPE, true) + ', ' + column.COLUMN_COMMENT;
995
}
996
997
break;
0 commit comments