Fix accidental revert of HADOOP-13072: WindowsGetSpaceUsed constructor should be public (Vinayakumar B via cmccabe)
(cherry picked from commit975786492c
) (cherry picked from commite751bb4497
)
This commit is contained in:
parent
ae5dc10ecd
commit
2d681a9246
|
@ -31,7 +31,8 @@ import java.io.IOException;
|
|||
@InterfaceStability.Evolving
|
||||
public class WindowsGetSpaceUsed extends CachingGetSpaceUsed {
|
||||
|
||||
WindowsGetSpaceUsed(CachingGetSpaceUsed.Builder builder) throws IOException {
|
||||
public WindowsGetSpaceUsed(CachingGetSpaceUsed.Builder builder)
|
||||
throws IOException {
|
||||
super(builder.getPath(),
|
||||
builder.getInterval(),
|
||||
builder.getJitter(),
|
||||
|
|
Loading…
Reference in New Issue