8285890: Fix some @param tags

Reviewed-by: dfuchs, mullan, darcy, mchung, wetmore
This commit is contained in:
Pavel Rappo 2022-04-30 21:21:17 +00:00
parent d9541c5e9f
commit 3eb661bbe7
8 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -376,8 +376,8 @@ final class StackStreamFactory {
/*
* Fetches stack frames.
*
* @params batchSize number of elements of the frame buffers for this batch
* @returns number of frames fetched in this batch
* @param batchSize number of elements of the frame buffers for this batch
* @return number of frames fetched in this batch
*/
private int fetchStackFrames(int batchSize) {
int startIndex = frameBuffer.startIndex();