Skip to content

Commit

Permalink
Merge pull request #418 from cherylking/fixmorejavadoc
Browse files Browse the repository at this point in the history
Fix one more javadoc error
  • Loading branch information
cherylking authored Sep 23, 2023
2 parents 233e63f + e563486 commit 6f2a964
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1723,8 +1723,7 @@ private String[] getContainerNetworks(String contName) throws PluginExecutionExc

/**
* Parses container network names from a "docker inspect" command result on a container.
* @param containerResult the result from the command "docker inspect -f '{{.NetworkSettings.Networks}}' containerName"
* -> containerResult must not contain surrounding quotes or leading/trailing whitespace
* @param containerResult the result from the command "docker inspect -f '{{.NetworkSettings.Networks}}' containerName", it must not contain surrounding quotes or leading/trailing whitespace
* @return a String array containing the names of the networks contained in the containerResult parameter
*/
protected static String[] parseNetworks(String containerResult) {
Expand Down

0 comments on commit 6f2a964

Please sign in to comment.