1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Typo. s/Java Element/C Element/

Change-Id: Ida00d0fe8884ebf3beb4afc9b7fb44e084a028a5
This commit is contained in:
Jonah Graham 2021-06-04 21:13:05 -04:00
parent 074acd9ea2
commit 087e0e4a3e

View file

@ -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 element the element to render
* @param flags the rendering flags * @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) { public static String getElementLabel(ICElement element, long flags) {
StringBuilder result = new StringBuilder(); 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 element the element to render
* @param flags the rendering flags * @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) { 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 element the element to render
* @param flags the rendering flags * @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 element the element to render
* @param flags the rendering flags * @param flags the rendering flags