Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Dec 8, 2023
1 parent 4b27d13 commit 7b97ff5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1077,8 +1077,8 @@ public Promise<JsWidget> getWidget(JsVariableDefinition varDef, boolean reexport
* Retrieve a widget using a ticket. Does not create a new ticket.
*
* @param typedTicket Ticket to fetch
* @param reexport Whether to re-export the widget. If false, you must ensure you call {@link JsWidget#refetch()} before
* using the widget.
* @param reexport Whether to re-export the widget. If false, you must ensure you call {@link JsWidget#refetch()}
* before using the widget.
* @return Promise of the widget
*/
private Promise<JsWidget> getExportedWidget(TypedTicket typedTicket, boolean reexport) {
Expand Down

0 comments on commit 7b97ff5

Please sign in to comment.