Internal method - remove unthrown exception

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571348 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-02-24 17:02:16 +00:00
parent 772e352587
commit 552c58430c
1 changed files with 1 additions and 1 deletions

View File

@ -982,7 +982,7 @@ final class NTLMEngineImpl implements NTLMEngine {
protected byte[] domainBytes;
/** Constructor. Include the arguments the message will need */
Type1Message(final String domain, final String host) throws NTLMEngineException {
Type1Message(final String domain, final String host) {
super();
// Strip off domain name from the host!
final String unqualifiedHost = convertHost(host);