HADOOP-18724. (followup) remove deprecation on optLong/optDouble methods (#5650)
Somehow @Deprecated crept in to the declaration of the new FSBuilder optLong/optDouble methods.
This commit is contained in:
parent
0f3406ac34
commit
ad1e3a0f5b
@ -146,7 +146,6 @@ public interface FSBuilder<S, B extends FSBuilder<S, B>> {
|
|||||||
* @return generic type B.
|
* @return generic type B.
|
||||||
* @see #opt(String, String)
|
* @see #opt(String, String)
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
B optLong(@Nonnull String key, long value);
|
B optLong(@Nonnull String key, long value);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -157,7 +156,6 @@ public interface FSBuilder<S, B extends FSBuilder<S, B>> {
|
|||||||
* @return generic type B.
|
* @return generic type B.
|
||||||
* @see #opt(String, String)
|
* @see #opt(String, String)
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
B optDouble(@Nonnull String key, double value);
|
B optDouble(@Nonnull String key, double value);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user