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.
|
* 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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue