(String userInfo)
| 883 | } |
| 884 | |
| 885 | @CanIgnoreReturnValue |
| 886 | Builder setRawUserInfo(String userInfo) { |
| 887 | checkPercentEncodedArg(userInfo, "userInfo", userInfoChars); |
| 888 | this.userInfo = userInfo; |
| 889 | return this; |
| 890 | } |
| 891 | |
| 892 | /** |
| 893 | * Specifies the "host" component of the new URI in its "registered name" form (usually DNS), |
no test coverage detected