[LIB-13] Several options for working through a proxy server
[chesshog-scanner.git] / src / main / java / org / hedgecode / chess / scanner / proxy / system / ProxyAuthenticator.java
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-package org.hedgecode.chess.scanner.proxy.type;
+package org.hedgecode.chess.scanner.proxy.system;
 
 import java.net.Authenticator;
 import java.net.PasswordAuthentication;