Skip to content

Commit ba59f32

Browse files
Update server-common/src/main/java/org/a2aproject/sdk/server/auth/AuthenticatedUser.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 4c9067c commit ba59f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server-common/src/main/java/org/a2aproject/sdk/server/auth/AuthenticatedUser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package org.a2aproject.sdk.server.auth;
22

3-
import jakarta.annotation.Nullable;
3+
import org.jspecify.annotations.Nullable;
44
import org.a2aproject.sdk.util.Assert;
55

66
import java.util.Map;

0 commit comments

Comments
 (0)