Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenchickenlove committed Apr 5, 2024
1 parent 65868b7 commit 1d0b6c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
import io.netty.util.AttributeKey;

/**
* Annotation for mapping an attribute of the given {@link AttributeKey}, retrieved from a {@link RequestContext}, onto the following elements.
* Annotation for mapping an attribute of the given {@link AttributeKey}, retrieved
* from a {@link RequestContext}, onto the following elements.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
Expand All @@ -39,8 +40,8 @@
String value();

/**
* The class of the {@link AttributeKey} to bind to.
* If you created an {@link AttributeKey} with {@code AttributeKey.valueOf(MyAttributeKeys.class, "INT_ATTR")},
* The class of the {@link AttributeKey} to bind to. If you created an {@link AttributeKey} with
* {@code AttributeKey.valueOf(MyAttributeKeys.class, "INT_ATTR")},
* the {@link #prefix} should be {@code MyAttributeKeys.class}.
* See <a href="https://armeria.dev/docs/advanced-custom-attributes/">advanced-customer-attributes</a>.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
import java.time.ZoneOffset;
import java.time.ZonedDateTime;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand Down

0 comments on commit 1d0b6c7

Please sign in to comment.