Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit 11769fb

Browse files
committed
Adding @SInCE to DefaultSslContextProvider.
Change-Id: Ie71804e7edfd5ddb14a9c3376916ce30f2a02293
1 parent 8502d97 commit 11769fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core-client/src/main/java/org/glassfish/jersey/client/spi/DefaultSslContextProvider.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2015-2016 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -46,16 +46,17 @@
4646

4747
/**
4848
* Default {@link SSLContext} provider.
49-
* <p/>
49+
* <p>
5050
* Can be used to override {@link SslConfigurator#getDefaultContext()}.
5151
*
5252
* @author Pavel Bucek (pavel.bucek at oracle.com)
53+
* @since 2.21.1
5354
*/
5455
public interface DefaultSslContextProvider {
5556

5657
/**
5758
* Get default {@code SSLContext}.
58-
* <p/>
59+
* <p>
5960
* Returned instance is expected to be configured to container default values.
6061
*
6162
* @return default SSL context.

0 commit comments

Comments
 (0)