Commit 252ef3fc authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #12405 from igor-suhorukov

* pr/12405:
  Polish
parents 8109267d 4f4cc156
......@@ -17,6 +17,7 @@
package org.springframework.boot.maven;
import java.util.Arrays;
import java.util.Deque;
import java.util.LinkedList;
import java.util.Objects;
......@@ -44,7 +45,7 @@ class RunArguments {
}
}
public LinkedList<String> getArgs() {
public Deque<String> getArgs() {
return this.args;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment