Fix documentation
This commit is contained in:
parent
a1cd642e6e
commit
8dd4025248
|
@ -252,7 +252,7 @@ public class ContikiRadio extends Radio implements ContikiMoteInterface, PolledA
|
||||||
|
|
||||||
/** Set LQI to a value between 0 and 255.
|
/** 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){
|
public void setLQI(int lqi){
|
||||||
if(lqi<0) {
|
if(lqi<0) {
|
||||||
|
|
Loading…
Reference in a new issue