Skip to content

Commit

Permalink
[MJAVADOC-664] - Fix stale javadoc data detection on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Syquel authored and slachiewicz committed Feb 27, 2021
1 parent 946f1b1 commit 08510c2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -57,7 +57,7 @@ public static String getStaleData( Commandline cmd )
List<String> ignored = new ArrayList<>();
List<String> options = new ArrayList<>();
Path dir = cmd.getWorkingDirectory().toPath().toAbsolutePath().normalize();
String[] args = cmd.getCommandline();
String[] args = cmd.getArguments();
Collections.addAll( options, args );
for ( String arg : args )
{
Expand Down

0 comments on commit 08510c2

Please sign in to comment.