Fixed menu item name to be consistent with others

This commit is contained in:
Adam Dunkels 2012-06-04 13:38:49 +02:00
parent e90b70e601
commit d6d2a96d8f

View file

@ -57,7 +57,7 @@ import se.sics.cooja.interfaces.Radio.RadioEvent;
* @see DisturberMote
* @author Fredrik Osterlind, Thiemo Voigt
*/
@ClassDescription("Disturber Mote Type")
@ClassDescription("Disturber mote")
@AbstractionLevelDescription("Application level")
public class DisturberMoteType extends AbstractApplicationMoteType {
private static Logger logger = Logger.getLogger(DisturberMoteType.class);