Skip to content

Commit dc7efae

Browse files
authored
Fill in since annotations (#10352)
2 parents 3154c41 + e7fb46a commit dc7efae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/hudson/model/UpdateSite.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public long getDataTimestamp() {
208208
* Opens a connection to the given URL
209209
* @param src the url to connect to
210210
* @return A {@code URLConnection} for the given src URL
211-
* @since TODO
211+
* @since 2.499
212212
*/
213213
public URLConnection connect(URL src) throws IOException {
214214
return ProxyConfiguration.open(src);
@@ -219,7 +219,7 @@ public URLConnection connect(URL src) throws IOException {
219219
*
220220
* @param src The location of the resource on the network
221221
* @throws IOException if the validation fails
222-
* @since TODO
222+
* @since 2.499
223223
*/
224224
public void preValidate(URL src) throws IOException {
225225
// no validation needed in the default setup

0 commit comments

Comments
 (0)