File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -768,6 +768,7 @@ protected ExecutionResult handleNonNullException(ExecutionContext executionConte
768768 * @param executionContext the execution context in play
769769 * @param parameters contains the parameters holding the fields to be executed and source object
770770 * @param fieldDefinition the field definition to build type info for
771+ * @param fieldContainer the field container
771772 *
772773 * @return a new type info
773774 */
Original file line number Diff line number Diff line change 1010 *
1111 * A list of Breadcrumbs is used to identify the exact location of a specific node inside a tree.
1212 *
13- * @param <T>
13+ * @param <T> the generic type of object
1414 */
1515@ PublicApi
1616public class Breadcrumb <T > {
Original file line number Diff line number Diff line change 99 * Adapts an arbitrary class to behave as a node.
1010 * We are using an Adapter because we don't want to require Nodes to implement a certain Interface.
1111 *
12- * @param <T>
12+ * @param <T> the generic type of object
1313 */
1414@ PublicApi
1515public interface NodeAdapter <T > {
You can’t perform that action at this time.
0 commit comments