Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #155 from zacharygoodwin/PROC-1420
Browse files Browse the repository at this point in the history
PROC-1420: Add @deprecated tag for autogen code
  • Loading branch information
zacharygoodwin authored Feb 6, 2024
2 parents 4676039 + 0d37aaa commit 18572df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ public class ${mainClassName} extends AbstractGroups {
/**
* @deprecated Use {@link #get${testDef.javaClassName}Value()} instead
*/
@Deprecated
public int get${testDef.javaClassName}Value(final int defaultValue) {
return getValue(${testEnumName}.${testDef.enumName}.getName(), defaultValue);
}
Expand Down

0 comments on commit 18572df

Please sign in to comment.