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 Jan 3, 2023
1 parent 6c0d670 commit 8c22b2d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,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 8c22b2d

Please sign in to comment.