We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3154c41 + e7fb46a commit dc7efaeCopy full SHA for dc7efae
core/src/main/java/hudson/model/UpdateSite.java
@@ -208,7 +208,7 @@ public long getDataTimestamp() {
208
* Opens a connection to the given URL
209
* @param src the url to connect to
210
* @return A {@code URLConnection} for the given src URL
211
- * @since TODO
+ * @since 2.499
212
*/
213
public URLConnection connect(URL src) throws IOException {
214
return ProxyConfiguration.open(src);
@@ -219,7 +219,7 @@ public URLConnection connect(URL src) throws IOException {
219
*
220
* @param src The location of the resource on the network
221
* @throws IOException if the validation fails
222
223
224
public void preValidate(URL src) throws IOException {
225
// no validation needed in the default setup
0 commit comments