Skip to content

Commit

Permalink
refactor: remove deprecated annotation (for sonarqube) (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
zielint0 authored and monperrus committed Oct 15, 2018
1 parent 59884c8 commit 616ae26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/spoon/legacy/NameFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* new NameFilter<CtMethod<?>>("normalFor")).get(0);
* </pre>
*
* @deprecated Use {@link NamedElementFilter} instead: the actual NameFilter could return wrongly typed results. NamedElementFilter explicit the use of a type.
* Use {@link NamedElementFilter} instead: the actual NameFilter could return wrongly typed results. NamedElementFilter explicit the use of a type.
*/
public class NameFilter<T extends CtNamedElement> implements Filter<T> {
private final String name;
Expand Down

0 comments on commit 616ae26

Please sign in to comment.