Skip to content

Commit

Permalink
Adapting API to String
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Jul 2, 2024
1 parent d213fec commit 450f4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public interface LazyLoadingThreadModel<T> extends LazyLoadingModel {
/**
* @return a unique request id.
*/
long getRequestId();
String getRequestId();

void resetNotificationBox();

Expand Down

0 comments on commit 450f4d5

Please sign in to comment.