mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
bug 274684: Indicators of string list modes for multi-configuration edits look like debug texts
This commit is contained in:
parent
8d2fa6ee0d
commit
d0b4e55624
1 changed files with 2 additions and 2 deletions
|
@ -116,7 +116,7 @@ public class CDTPrefUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link StringListModeControl} to display string list modes.
|
||||
* @deprecated as of CDT 8.0. Use {@link StringListModeControl} to display string list modes.
|
||||
*/
|
||||
@SuppressWarnings("fallthrough")
|
||||
@Deprecated
|
||||
|
@ -137,7 +137,7 @@ public class CDTPrefUtil {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated Use {@link StringListModeControl} to display string list modes.
|
||||
* @deprecated as of CDT 8.0. Use {@link StringListModeControl} to display string list modes.
|
||||
*/
|
||||
@SuppressWarnings("fallthrough")
|
||||
@Deprecated
|
||||
|
|
Loading…
Add table
Reference in a new issue