Skip to content

Commit bbd458a

Browse files
committed
Fixed some minor issues with Javadoc comments
1 parent 60572e2 commit bbd458a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/TicketAPI/TicketRequest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,9 @@ public String getTicket(String userDirectory, String userId)
210210
}
211211

212212
/**
213-
* Requests a ticket asynchronously from the Qlik Sense Proxy Service that is valid for one minute.Note: This function uses a more modern API than the {@link #getTicket(String, String) getTicket} function.
213+
* Requests a ticket asynchronously from the Qlik Sense Proxy Service that
214+
* is valid for one minute. Note: This function uses a more modern API than
215+
* the {@link #getTicket(String, String) getTicket} function.
214216
* @param userDirectory Directory associated with user.
215217
* @param userId Login name of user.
216218
* @return CompletableFuture with Ticket to claim within one minute.

0 commit comments

Comments
 (0)