There was an error while loading. Please reload this page.
1 parent e09007d commit a277f29Copy full SHA for a277f29
click/README.adoc
@@ -93,7 +93,7 @@ public class SocialApplication {
93
----
94
95
Note the use of `@RestController` and `@RequestMapping` and the
96
-`java.util.Principal` we inject into the handler method.
+`java.security.Principal` we inject into the handler method.
97
98
WARNING: It's not a great idea to return a whole `Principal` in a
99
`/user` endpoint like that (it might contain information you would
0 commit comments