Internal method - remove unthrown exception
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
425d4941fa
commit
92e522db4f
|
@ -140,7 +140,7 @@ final class NTLMEngineImpl implements NTLMEngine {
|
|||
* The domain to authenticate with.
|
||||
* @return String the message to add to the HTTP request header.
|
||||
*/
|
||||
String getType1Message(final String host, final String domain) throws NTLMEngineException {
|
||||
String getType1Message(final String host, final String domain) {
|
||||
return new Type1Message(domain, host).getResponse();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue