Skip to content

Commit

Permalink
Delete deprecated and unused method.
Browse files Browse the repository at this point in the history
GITHUB_BREAKING_CHANGES=N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=302043767
  • Loading branch information
Soy Authors authored and emspishak committed Mar 23, 2020
1 parent 4ed9f43 commit 70cc87f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions java/src/com/google/template/soy/parseinfo/SoyTemplateInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,6 @@ public String getPartialName() {
return name.substring(name.lastIndexOf('.'));
}

/**
* Returns a map from each param to whether it's required for this template.
*
* @deprecated Use {@link #getParamNames} or other related method.
*/
@Deprecated
public ImmutableMap<String, ParamRequisiteness> getParams() {
return paramMap;
}

/** Returns the number of parameters in this template. */
public final int getParamCount() {
return paramMap.size();
Expand Down

0 comments on commit 70cc87f

Please sign in to comment.