jdoc update

This commit is contained in:
Manindra Moharana
2014-08-16 17:55:55 +05:30
parent b8155c050d
commit 7e3d6549e4

View File

@@ -296,7 +296,7 @@ public class CompletionPanel {
/**
* Inserts the CompletionCandidate chosen from the suggestion list
* @param completionSource - whether being completed via keypress or mouse click.
* @return true if code was successfully inserted at the caret position
* @return true - if code was successfully inserted at the caret position
*/
public boolean insertSelection(int completionSource) {
if (completionList.getSelectedValue() != null) {