Skip to content

Commit

Permalink
Drop unused constant Template#AUTOBOXING_DEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie committed Feb 17, 2022
1 parent 804cdbd commit c87d50a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@
public abstract class Template<M extends TemplateMatch> implements Serializable {
private static final Logger logger = Logger.getLogger(Template.class.toString());

public static final boolean AUTOBOXING_DEFAULT = true;

public abstract ImmutableClassToInstanceMap<Annotation> annotations();

public abstract ImmutableList<UTypeVar> templateTypeVariables();
Expand Down

0 comments on commit c87d50a

Please sign in to comment.