Skip to content

Commit a277f29

Browse files
aha-oretamadsyer
authored andcommitted
java.util.Principal -> java.security.Principal
1 parent e09007d commit a277f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

click/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public class SocialApplication {
9393
----
9494

9595
Note the use of `@RestController` and `@RequestMapping` and the
96-
`java.util.Principal` we inject into the handler method.
96+
`java.security.Principal` we inject into the handler method.
9797

9898
WARNING: It's not a great idea to return a whole `Principal` in a
9999
`/user` endpoint like that (it might contain information you would

0 commit comments

Comments
 (0)