From 604f3918659f96d700d914e8111f55981a785524 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Fri, 1 Jan 2016 19:01:29 -0800 Subject: [PATCH] Adjusted JavaDoc. --- .../cdt/internal/core/dom/parser/cpp/ICPPEvaluation.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/ICPPEvaluation.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/ICPPEvaluation.java index b1ee238a96f..3184ca45735 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/ICPPEvaluation.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/dom/parser/cpp/ICPPEvaluation.java @@ -164,9 +164,9 @@ public interface ICPPEvaluation extends ISerializableEvaluation { boolean referencesTemplateParameter(); /** - * If the evaluation is dependent (or instantiated from a dependent - * evaluation), returns the template definition in which the - * evaluation occurs. Otherwise returns null. + * If the evaluation is dependent (or instantiated from a dependent evaluation), + * returns the template definition in which the evaluation occurs. + * Otherwise returns {@code null}. */ IBinding getTemplateDefinition(); }