You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/09/26 02:07:09 UTC

[GitHub] [commons-exec] ArdenL-Liu commented on a diff in pull request #61: [Javadoc] CommandLine.toCleanExecutable(final String dirtyExecutable) IllegalArgumentException

ArdenL-Liu commented on code in PR #61:
URL: https://github.com/apache/commons-exec/pull/61#discussion_r979508469


##########
src/main/java/org/apache/commons/exec/CommandLine.java:
##########
@@ -398,6 +398,7 @@ private static String[] translateCommandline(final String toProcess) {
      *
      * @param dirtyExecutable the executable
      * @return the platform-specific executable string
+     * @throws IllegalArgumentException If dirtyExecutable is null or empty

Review Comment:
   Hi garydgregory,
   I reviewed CommandLine.java  again, and added the javadoc to the constructor CommandLine(String).
   you can review it.
   thanks.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org