Fix accidental revert of HADOOP-13072: WindowsGetSpaceUsed constructor should be public (Vinayakumar B via cmccabe)

(cherry picked from commit 975786492c)
(cherry picked from commit e751bb4497)
This commit is contained in:
Colin Patrick Mccabe 2016-06-24 09:46:36 -07:00
parent ae5dc10ecd
commit 2d681a9246
1 changed files with 2 additions and 1 deletions

View File

@ -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(),