From 9119a1906c2bdf97ef9722a343397a64998ed131 Mon Sep 17 00:00:00 2001 From: Ayushman Jain Date: Mon, 6 Aug 2012 14:41:25 +0530 Subject: Fixed javadoc for CompletionContext$TL_CONSTRUCTOR_START --- .../model/org/eclipse/jdt/core/CompletionContext.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java index e00443fbfd..aacdc47f97 100644 --- a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java +++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/CompletionContext.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2005, 2008 IBM Corporation and others. + * Copyright (c) 2005, 2012 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -54,7 +54,8 @@ public class CompletionContext { public static final int TL_STATEMENT_START = 2; /** - * The completed token is the first token of a constructor.
+ * The completed token is the first token of a constructor + * invocation expression.
* e.g. *
 	 * public class X {
-- 
cgit v1.2.3