|
@@ -31,7 +31,8 @@ import java.io.IOException;
|
|
@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(),
|