Javadoc fixes.

This commit is contained in:
Michael Lipp 2025-02-22 21:27:39 +01:00
parent 81b128e4a3
commit 0828d03835

View file

@ -77,7 +77,6 @@ public class GuestAgentClient extends Component {
* Instantiates a new guest agent client. * Instantiates a new guest agent client.
* *
* @param componentChannel the component channel * @param componentChannel the component channel
* @param guestAgentCmds
* @throws IOException Signals that an I/O exception has occurred. * @throws IOException Signals that an I/O exception has occurred.
*/ */
@SuppressWarnings({ "PMD.AssignmentToNonFinalStatic", @SuppressWarnings({ "PMD.AssignmentToNonFinalStatic",
@ -93,8 +92,7 @@ public class GuestAgentClient extends Component {
* forwarded from the {@link Runner} instead. * forwarded from the {@link Runner} instead.
* *
* @param socketPath the socket path * @param socketPath the socket path
* @param guestAgentCmds * @param guestAgentCmds the guest agent cmds
* @param powerdownTimeout
*/ */
@SuppressWarnings("PMD.EmptyCatchBlock") @SuppressWarnings("PMD.EmptyCatchBlock")
/* default */ void configure(Path socketPath, ArrayNode guestAgentCmds) { /* default */ void configure(Path socketPath, ArrayNode guestAgentCmds) {