1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 04:55:22 +02:00

[cleanup] Fix Javadoc

This commit is contained in:
Martin Oberhuber 2008-04-09 20:18:53 +00:00
parent e8275c719b
commit 080b1790a5

View file

@ -217,7 +217,10 @@ public class Mnemonics {
/** /**
* Resets the list of used mnemonic characters to those in the string. * Resets the list of used mnemonic characters to those in the string.
* @param usedMnemonics *
* @param usedMnemonics A String listing the characters to mark used as
* mnemonics. Each character will be considered in a case
* insensitive manner.
*/ */
public void clear(String usedMnemonics) { public void clear(String usedMnemonics) {
clear(); clear();