Skip to content

Commit

Permalink
Add since per package
Browse files Browse the repository at this point in the history
As these things came in new package.
  • Loading branch information
cstamas committed Oct 12, 2024
1 parent 7eb5378 commit 0b163cd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

/**
* Exception thrown by {@link HttpTransporter} in case of errors.
*
* @since 2.0.2
*/
public class HttpRFC9457Exception extends IOException {
private final int statusCode;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// CHECKSTYLE_OFF: RegexpHeader
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
/**
* SPI classes for RFC 9457 support.
*
* @since 2.0.2
*/
package org.eclipse.aether.spi.connector.transport.http.RFC9457;

0 comments on commit 0b163cd

Please sign in to comment.