Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2012-03-23 02:49:31 +0000
committerSergey Prigogin2012-03-23 02:49:31 +0000
commit4d2a4b2d7c3f712082bc580454bd6a0792452440 (patch)
tree6743628754cd0f4a597050d457c2500b4f4ca56b
parentccf74d51d0917607433997778b66dec882c14f79 (diff)
downloadorg.eclipse.cdt-4d2a4b2d7c3f712082bc580454bd6a0792452440.tar.gz
org.eclipse.cdt-4d2a4b2d7c3f712082bc580454bd6a0792452440.tar.xz
org.eclipse.cdt-4d2a4b2d7c3f712082bc580454bd6a0792452440.zip
Cosmetics.
-rw-r--r--core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPASTWhileStatement.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPASTWhileStatement.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPASTWhileStatement.java
index f068d05de17..4fba8bd3247 100644
--- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPASTWhileStatement.java
+++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPASTWhileStatement.java
@@ -6,7 +6,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * John Camelon (IBM) - Initial API and implementation
+ * John Camelon (IBM) - Initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.core.dom.ast.cpp;
@@ -22,7 +22,6 @@ import org.eclipse.cdt.core.dom.ast.IScope;
* @noimplement This interface is not intended to be implemented by clients.
*/
public interface ICPPASTWhileStatement extends IASTWhileStatement {
-
/**
* In C++ conditions can be declarations w/side effects.
*/

Back to the top