You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:121: warning: no @param for autoMode public void setMode(boolean autoMode, LoopMode loopMode, SensorControl sensorControl) throws Exception {
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:121: warning: no @param for loopMode public void setMode(boolean autoMode, LoopMode loopMode, SensorControl sensorControl) throws Exception {
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:121: warning: no @param for sensorControl public void setMode(boolean autoMode, LoopMode loopMode, SensorControl sensorControl) throws Exception {
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:136: warning: no @param for autoMode public void setMode(boolean autoMode, LoopMode loopMode) throws Exception {
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:136: warning: no @param for loopMode public void setMode(boolean autoMode, LoopMode loopMode) throws Exception {
com/github/mob41/blapi/MP1Device.java:72: warning: no description for @throws * @throws Exception
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:107: warning: no description for @return * @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:122: warning: no description for @return * @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:137: warning: no @return public short getOsv() {
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:149: warning: no description for @return * @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:163: warning: no description for @return * @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:176: warning: no description for @return * @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:189: warning: no description for @return * @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:204: warning: no description for @return * @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:219: warning: no description for @return * @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:234: warning: no description for @return * @return
The text was updated successfully, but these errors were encountered:
JavaDoc generation comment block is missing for the following files and methods. Source: https://travis-ci.org/mob41/broadlink-java-api/jobs/393332437#L1590
@alpapad Please help completing these, thanks!
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:121: warning: no
@param
for autoModepublic void setMode(boolean autoMode, LoopMode loopMode, SensorControl sensorControl) throws Exception {
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:121: warning: no
@param
for loopModepublic void setMode(boolean autoMode, LoopMode loopMode, SensorControl sensorControl) throws Exception {
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:121: warning: no
@param
for sensorControlpublic void setMode(boolean autoMode, LoopMode loopMode, SensorControl sensorControl) throws Exception {
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:136: warning: no
@param
for autoModepublic void setMode(boolean autoMode, LoopMode loopMode) throws Exception {
com/github/mob41/blapi/dev/hysen/BaseHysenDevice.java:136: warning: no
@param
for loopModepublic void setMode(boolean autoMode, LoopMode loopMode) throws Exception {
com/github/mob41/blapi/MP1Device.java:72: warning: no description for
@throws
* @throws Exception
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:107: warning: no description for
@return
* @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:122: warning: no description for
@return
* @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:137: warning: no
@return
public short getOsv() {
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:149: warning: no description for
@return
* @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:163: warning: no description for
@return
* @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:176: warning: no description for
@return
* @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:189: warning: no description for
@return
* @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:204: warning: no description for
@return
* @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:219: warning: no description for
@return
* @return
com/github/mob41/blapi/dev/hysen/BaseStatusInfo.java:234: warning: no description for
@return
* @return
The text was updated successfully, but these errors were encountered: