Skip to content

Commit

Permalink
Suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dai0304 committed Feb 3, 2017
1 parent 4c4a075 commit e513c84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public abstract class BasePluginExtension<T extends AmazonWebServiceClient> {
@Setter
private String profileName;

@Getter(lazy = true)
@Getter(lazy = true, onMethod = @__(@SuppressWarnings("unchecked")))
private final T client = initClient();


Expand Down

0 comments on commit e513c84

Please sign in to comment.