Fix documentation

This commit is contained in:
Moritz 'Morty' Strübe 2014-02-20 12:59:30 +01:00
parent a1cd642e6e
commit 8dd4025248
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ public class ContikiRadio extends Radio implements ContikiMoteInterface, PolledA
/** Set LQI to a value between 0 and 255.
*
* @see se.sics.cooja.interfaces.Radio#setLQI(int)
* @see org.contikios.cooja.interfaces.Radio#setLQI(int)
*/
public void setLQI(int lqi){
if(lqi<0) {