Skip to content

Commit

Permalink
[MCOMPILER-547]: Initialize pathElements to empty
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
  • Loading branch information
rovarga authored and slawekjaranowski committed Sep 25, 2023
1 parent ae3a423 commit 8e748ec
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -296,6 +296,7 @@ protected void preparePaths(Set<File> sourceFiles) {
classpathElements.add(element.getPath());
}
modulepathElements = Collections.emptyList();
pathElements = Collections.emptyMap();
}
}

Expand Down

0 comments on commit 8e748ec

Please sign in to comment.