Skip to content

Commit

Permalink
Fix one more javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylking committed Sep 23, 2023
1 parent 233e63f commit e563486
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 e563486

Please sign in to comment.