Skip to content

Commit

Permalink
Fix CS:RedundantModifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Apr 16, 2024
1 parent b6e6210 commit c87af0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
* Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation. All rights reserved.
* Copyright (c) 2007, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -292,7 +293,7 @@
// descriptors
@Retention(RetentionPolicy.SOURCE)
@Target({ElementType.FIELD, ElementType.METHOD})
public @interface Method {
@interface Method {

/**
* The complete signature of the method to which the annotated method
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
* Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation. All rights reserved.
* Copyright (c) 2007, 2019 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -73,7 +74,7 @@
*/
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.ANNOTATION_TYPE)
public @interface Renders {
@interface Renders {

/**
* The renderer type for this component and renderer combination. If
Expand Down

0 comments on commit c87af0e

Please sign in to comment.