Javadoc fixes.
This commit is contained in:
parent
81b128e4a3
commit
0828d03835
1 changed files with 1 additions and 3 deletions
|
|
@ -77,7 +77,6 @@ public class GuestAgentClient extends Component {
|
|||
* Instantiates a new guest agent client.
|
||||
*
|
||||
* @param componentChannel the component channel
|
||||
* @param guestAgentCmds
|
||||
* @throws IOException Signals that an I/O exception has occurred.
|
||||
*/
|
||||
@SuppressWarnings({ "PMD.AssignmentToNonFinalStatic",
|
||||
|
|
@ -93,8 +92,7 @@ public class GuestAgentClient extends Component {
|
|||
* forwarded from the {@link Runner} instead.
|
||||
*
|
||||
* @param socketPath the socket path
|
||||
* @param guestAgentCmds
|
||||
* @param powerdownTimeout
|
||||
* @param guestAgentCmds the guest agent cmds
|
||||
*/
|
||||
@SuppressWarnings("PMD.EmptyCatchBlock")
|
||||
/* default */ void configure(Path socketPath, ArrayNode guestAgentCmds) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue