Skip to content

Commit f7a827e

Browse files
author
Pierre Cauchois
committed
Fix script used to generate documentation
1 parent 4b55ea1 commit f7a827e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build/release/real_update_gh_pages.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if "%current_git_branch%" neq "master" (
2121
rem -----------------------------------------------------------------------------
2222
rem -- Call gen_docs.cmd to generate API docs afresh
2323
rem -----------------------------------------------------------------------------
24-
call %build-root%\build\gen_docs.cmd
24+
call %build-root%\jenkins\gen_docs.cmd
2525

2626
rem -----------------------------------------------------------------------------
2727
rem -- First, copy all the docs out to a temp folder.

java/device/iothub-java-client/src/main/java/com/microsoft/azure/iothub/DeviceClientConfig.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ public long getTokenValidSecs()
164164
* Setter for the number of seconds a SAS token should be valid for. A
165165
* message that arrives at an IoT Hub in time of length greater than this
166166
* 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.
170167
*/
171168
public void setTokenValidSecs(long expiryTime)
172169
{

0 commit comments

Comments
 (0)