NicolaIsotta commented on code in PR #8824:
URL: https://github.com/apache/netbeans/pull/8824#discussion_r2352459513
##########
enterprise/web.el/src/org/netbeans/modules/web/el/completion/ELRawObjectPropertyCompletionItem.java:
##########
@@ -51,12 +53,8 @@ public ElementKind getKind() {
}
@Override
- public String getLhsHtml(HtmlFormatter formatter) {
- ElementKind kind = getKind();
- formatter.name(kind, true);
- formatter.appendText(getName());
- formatter.name(kind, false);
- return formatter.getText();
+ public String getRhsHtml(HtmlFormatter formatter) {
+ return clazz;
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists