We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b572ee3 commit 7412e89Copy full SHA for 7412e89
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/conf/Configuration.java
@@ -379,10 +379,6 @@ private static class DeprecatedKeyInfo {
379
this.customMessage = customMessage;
380
}
381
382
- private final String getWarningMessage(String key) {
383
- return getWarningMessage(key, null);
384
- }
385
-
386
/**
387
* Method to provide the warning message. It gives the custom message if
388
* non-null, and default message otherwise.
0 commit comments