From 7e3d6549e433dbdc4366b389d1b76e627ed5a990 Mon Sep 17 00:00:00 2001 From: Manindra Moharana Date: Sat, 16 Aug 2014 17:55:55 +0530 Subject: [PATCH] jdoc update --- pdex/src/processing/mode/experimental/CompletionPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdex/src/processing/mode/experimental/CompletionPanel.java b/pdex/src/processing/mode/experimental/CompletionPanel.java index c446ccf21..8987690d9 100644 --- a/pdex/src/processing/mode/experimental/CompletionPanel.java +++ b/pdex/src/processing/mode/experimental/CompletionPanel.java @@ -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) {