Skip to content

Commit

Permalink
removed cloneable interface from CommandLine.java file
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-2007 authored and manusa committed Jan 15, 2024
1 parent 4e36ff7 commit 5ca316e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

// Inspired from org.apache.maven.shared.utils.cli.CommandLineUtils#translateCommandline()
// including a fixed for quoting
public class CommandLine implements Cloneable {
public class CommandLine {

private CommandLine() { }

Expand Down

0 comments on commit 5ca316e

Please sign in to comment.