7932 fix method doc for DisplayableItemNode.java

This commit is contained in:
Richard Cordovano 2021-09-01 16:44:55 -04:00
parent de4a4f59a1
commit b4bf0fface

View File

@ -99,6 +99,7 @@ public abstract class DisplayableItemNode extends AbstractNode {
* operation on this artifact type and return some object as the result of * operation on this artifact type and return some object as the result of
* the operation. * the operation.
* *
* @param <T> The return type.
* @param visitor The visitor, where the type parameter of the visitor is * @param visitor The visitor, where the type parameter of the visitor is
* the type of the object that will be returned as the result * the type of the object that will be returned as the result
* of the visit operation. * of the visit operation.