Merge branch '2.7.x'

Closes gh-33756
This commit is contained in:
Moritz Halbritter
2023-01-11 13:42:11 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ public final class HttpExchange {
/**
* Returns the principal.
* @return the the request
* @return the request
*/
public Principal getPrincipal() {
return this.principal;