GP-0: Fixing javadoc warning

This commit is contained in:
Ryan Kurtz 2023-04-05 08:50:39 -04:00
parent fba01cde18
commit e417c4a025

View File

@ -71,8 +71,8 @@ public class TemplateSimplifier {
/**
* Sets the template nesting depth to be simplified. A depth of 0 simplifies the entire
* template portion of the name (everything in between <>). A depth of 1 leaves one level of
* template information
* template portion of the name (everything in between {@code <>}). A depth of 1 leaves one
* level of template information
* @param depth the nesting depth
*/
public void setNestingDepth(int depth) {