mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +02:00
[187860] fixing new clear(String) method so that it really clears the set of used mnemonics first
This commit is contained in:
parent
4fef35c2b1
commit
65c2353b40
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ public class Mnemonics {
|
||||||
* @param usedMnemonics
|
* @param usedMnemonics
|
||||||
*/
|
*/
|
||||||
public void clear(String usedMnemonics) {
|
public void clear(String usedMnemonics) {
|
||||||
|
clear();
|
||||||
makeUsed(usedMnemonics);
|
makeUsed(usedMnemonics);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue