Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix one more javadoc error #418

Merged
merged 1 commit into from
Sep 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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