|
|
|
@ -356,7 +356,7 @@ public class JSContentWithDescriptionPane extends JSContentPane implements KeyLi
|
|
|
|
|
if (value != null) { |
|
|
|
|
new SwingWorker<List<HelpDocument>, Void>() { |
|
|
|
|
@Override |
|
|
|
|
protected List<HelpDocument> doInBackground() throws Exception { |
|
|
|
|
protected List<HelpDocument> doInBackground() { |
|
|
|
|
List<HelpDocument> helpDocuments = new ArrayList<>(); |
|
|
|
|
updateHelpDocuments(value, helpDocuments); |
|
|
|
|
return helpDocuments; |
|
|
|
|