Skip to content

Commit

Permalink
Fill in since annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored and github-actions[bot] committed Feb 27, 2025
1 parent 23f2b9e commit 976df2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/hudson/model/UpdateSite.java
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public long getDataTimestamp() {
* Opens a connection to the given URL
* @param src the url to connect to
* @return A {@code URLConnection} for the given src URL
* @since TODO
* @since 2.499
*/
public URLConnection connect(URL src) throws IOException {
return ProxyConfiguration.open(src);
Expand All @@ -219,7 +219,7 @@ public URLConnection connect(URL src) throws IOException {
*
* @param src The location of the resource on the network
* @throws IOException if the validation fails
* @since TODO
* @since 2.499
*/
public void preValidate(URL src) throws IOException {
// no validation needed in the default setup
Expand Down

0 comments on commit 976df2e

Please sign in to comment.