From 087e0e4a3eb48622b5853c050107f51bf324af78 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Fri, 4 Jun 2021 21:13:05 -0400 Subject: [PATCH] Typo. s/Java Element/C Element/ Change-Id: Ida00d0fe8884ebf3beb4afc9b7fb44e084a028a5 --- .../cdt/internal/ui/viewsupport/CElementLabels.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java index 25c9e07cd09..91fbb93be45 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java @@ -323,11 +323,11 @@ public class CElementLabels { } /** - * Returns the label for a Java element with the flags as defined by this class. + * Returns the label for a C element with the flags as defined by this class. * * @param element the element to render * @param flags the rendering flags - * @return the label of the Java element + * @return the label of the C element */ public static String getElementLabel(ICElement element, long flags) { StringBuilder result = new StringBuilder(); @@ -336,11 +336,11 @@ public class CElementLabels { } /** - * Returns the styled label for a Java element with the flags as defined by this class. + * Returns the styled label for a C element with the flags as defined by this class. * * @param element the element to render * @param flags the rendering flags - * @return the label of the Java element + * @return the label of the C element * */ public static StyledString getStyledElementLabel(ICElement element, long flags) { @@ -350,7 +350,7 @@ public class CElementLabels { } /** - * Returns the label for a Java element with the flags as defined by this class. + * Returns the label for a C element with the flags as defined by this class. * * @param element the element to render * @param flags the rendering flags @@ -361,7 +361,7 @@ public class CElementLabels { } /** - * Returns the styled label for a Java element with the flags as defined by this class. + * Returns the styled label for a C element with the flags as defined by this class. * * @param element the element to render * @param flags the rendering flags