Skip to content

Commit

Permalink
Correct jsinterop annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 7, 2023
1 parent 4aff011 commit bdf8648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ public Promise<JsTotalsTable> getTotalsTable(
*
* @return dh.TotalsTableConfig
*/
@JsMethod
@JsProperty
public JsTotalsTableConfig getTotalsTableConfig() {
// we want to communicate to the JS dev that there is no default config, so we allow
// returning null here, rather than a default config. They can then easily build a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public JsRunnable subscribeToFieldUpdates(JsConsumer<JsVariableChanges> callback
};
}

@JsIgnore
@Override
public void notifyServerShutdown(TerminationNotificationResponse success) {
final String details;
Expand Down

0 comments on commit bdf8648

Please sign in to comment.