File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
java/device/iothub-java-client/src/main/java/com/microsoft/azure/iothub Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if "%current_git_branch%" neq "master" (
21
21
rem -----------------------------------------------------------------------------
22
22
rem -- Call gen_docs.cmd to generate API docs afresh
23
23
rem -----------------------------------------------------------------------------
24
- call %build-root% \build \gen_docs.cmd
24
+ call %build-root% \jenkins \gen_docs.cmd
25
25
26
26
rem -----------------------------------------------------------------------------
27
27
rem -- First, copy all the docs out to a temp folder.
Original file line number Diff line number Diff line change @@ -164,9 +164,6 @@ public long getTokenValidSecs()
164
164
* Setter for the number of seconds a SAS token should be valid for. A
165
165
* message that arrives at an IoT Hub in time of length greater than this
166
166
* value will be rejected by the IoT Hub.
167
- *
168
- * @return the number of seconds a message in transit to an IoT Hub is valid
169
- * for.
170
167
*/
171
168
public void setTokenValidSecs (long expiryTime )
172
169
{
You can’t perform that action at this time.
0 commit comments