Updated @since tag for Win Auth classes

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1561068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Oleg Kalnichevski 2014-01-24 17:05:45 +00:00
parent e9c8797108
commit f04d653be3
4 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@ import com.sun.jna.platform.win32.Secur32.EXTENDED_NAME_FORMAT;
* <p/> * <p/>
* EXPERIMENTAL * EXPERIMENTAL
* *
* @since 4.3 * @since 4.4
*/ */
@Immutable @Immutable
public class CurrentWindowsCredentials implements Credentials, Serializable, Principal { public class CurrentWindowsCredentials implements Credentials, Serializable, Principal {

View File

@ -39,7 +39,7 @@ import org.apache.http.protocol.HttpContext;
* <p/> * <p/>
* EXPERIMENTAL * EXPERIMENTAL
* *
* @since 4.3 * @since 4.4
*/ */
@Immutable @Immutable
public class WindowsNTLMSchemeFactory implements AuthSchemeProvider { public class WindowsNTLMSchemeFactory implements AuthSchemeProvider {

View File

@ -60,7 +60,7 @@ import com.sun.jna.ptr.IntByReference;
* <p/> * <p/>
* EXPERIMENTAL * EXPERIMENTAL
* *
* @since 4.3 * @since 4.4
*/ */
@NotThreadSafe @NotThreadSafe
public class WindowsNegotiateScheme extends AuthSchemeBase { public class WindowsNegotiateScheme extends AuthSchemeBase {

View File

@ -39,7 +39,7 @@ import org.apache.http.protocol.HttpContext;
* <p/> * <p/>
* EXPERIMENTAL * EXPERIMENTAL
* *
* @since 4.3 * @since 4.4
*/ */
@Immutable @Immutable
public class WindowsNegotiateSchemeFactory implements AuthSchemeProvider { public class WindowsNegotiateSchemeFactory implements AuthSchemeProvider {