Skip to content

Commit

Permalink
Update flink-runtime/src/main/java/org/apache/flink/runtime/util/Envi…
Browse files Browse the repository at this point in the history
…ronmentInformation.java

Co-Authored-By: Chesnay Schepler <chesnay@apache.org>
  • Loading branch information
nielsbasjes and zentol committed Apr 28, 2020
1 parent 89e4bc4 commit 9827205
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ private String getProperty(Properties properties, String key) {
}

public Versions() {

ClassLoader classLoader = EnvironmentInformation.class.getClassLoader();
try (InputStream propFile = classLoader.getResourceAsStream(PROP_FILE)) {
if (propFile != null) {
Expand Down

0 comments on commit 9827205

Please sign in to comment.