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(); }