/xservices/trunk/src/java/net/brutex/xservices/ws/MiscService.java |
---|
114,9 → 114,4 |
@WebMethod(operationName = "sleep") |
public ReturnCode sleep(@WebParam(name = "minutes") int minutes, |
@WebParam(name = "seconds") int seconds); |
@WebMethod(operationName = "getInfo") |
public ReturnCode getInfo(); |
} |