Fix accidental revert of HADOOP-13072: WindowsGetSpaceUsed constructor should be public (Vinayakumar B via cmccabe)
This commit is contained in:
parent
22be604fa3
commit
975786492c
@ -31,7 +31,8 @@
|
|||||||
@InterfaceStability.Evolving
|
@InterfaceStability.Evolving
|
||||||
public class WindowsGetSpaceUsed extends CachingGetSpaceUsed {
|
public class WindowsGetSpaceUsed extends CachingGetSpaceUsed {
|
||||||
|
|
||||||
WindowsGetSpaceUsed(CachingGetSpaceUsed.Builder builder) throws IOException {
|
public WindowsGetSpaceUsed(CachingGetSpaceUsed.Builder builder)
|
||||||
|
throws IOException {
|
||||||
super(builder.getPath(),
|
super(builder.getPath(),
|
||||||
builder.getInterval(),
|
builder.getInterval(),
|
||||||
builder.getJitter(),
|
builder.getJitter(),
|
||||||
|
Loading…
Reference in New Issue
Block a user