Commit e7fb46a 1 parent 560e57f commit e7fb46a Copy full SHA for e7fb46a
File tree 1 file changed +2
-2
lines changed
core/src/main/java/hudson/model
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ public long getDataTimestamp() {
208
208
* Opens a connection to the given URL
209
209
* @param src the url to connect to
210
210
* @return A {@code URLConnection} for the given src URL
211
- * @since TODO
211
+ * @since 2.499
212
212
*/
213
213
public URLConnection connect (URL src ) throws IOException {
214
214
return ProxyConfiguration .open (src );
@@ -219,7 +219,7 @@ public URLConnection connect(URL src) throws IOException {
219
219
*
220
220
* @param src The location of the resource on the network
221
221
* @throws IOException if the validation fails
222
- * @since TODO
222
+ * @since 2.499
223
223
*/
224
224
public void preValidate (URL src ) throws IOException {
225
225
// no validation needed in the default setup
You can’t perform that action at this time.
0 commit comments