Updated menu item name to indicate that a window is opened.

This commit is contained in:
Adam Dunkels 2012-06-04 17:22:47 +02:00
parent b7fe30c2d7
commit ef22d93c05

View file

@ -69,7 +69,7 @@ import se.sics.cooja.interfaces.Radio;
*
* @author Fredrik Osterlind, Adam Dunkels
*/
@ClassDescription("PowerTracker")
@ClassDescription("Mote radio duty cycle...")
@PluginType(PluginType.SIM_PLUGIN)
public class PowerTracker extends VisPlugin {
private static Logger logger = Logger.getLogger(PowerTracker.class);