HADOOP-13072. WindowsGetSpaceUsed constructor should be public (Vinayakumar B via cmccabe)
(cherry picked from commit2beedead72
) (cherry picked from commitb16c376c3b
)
This commit is contained in:
parent
3c3d003402
commit
ef9e7a10e4
|
@ -32,7 +32,8 @@ import java.io.IOException;
|
|||
public class WindowsGetSpaceUsed extends CachingGetSpaceUsed {
|
||||
|
||||
|
||||
WindowsGetSpaceUsed(CachingGetSpaceUsed.Builder builder) throws IOException {
|
||||
public WindowsGetSpaceUsed(CachingGetSpaceUsed.Builder builder)
|
||||
throws IOException {
|
||||
super(builder.getPath(), builder.getInterval(), builder.getInitialUsed());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue