Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Suppress warnings where appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Mar 13, 2020
1 parent fc90520 commit 28e81fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jeasy/props/PropertyInjector.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
*
* @author Mahmoud Ben Hassine ([email protected])
*/
@SuppressWarnings("unchecked,rawtypes")
class PropertyInjector {

private final Map<Class<? extends Annotation>, AnnotationProcessor> annotationProcessors;
Expand Down

0 comments on commit 28e81fa

Please sign in to comment.