|
@@ -375,13 +375,10 @@ public class FsPermission implements Writable {
|
|
public ImmutableFsPermission(short permission) {
|
|
public ImmutableFsPermission(short permission) {
|
|
super(permission);
|
|
super(permission);
|
|
}
|
|
}
|
|
- @Override
|
|
|
|
- public FsPermission applyUMask(FsPermission umask) {
|
|
|
|
- throw new UnsupportedOperationException();
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public void readFields(DataInput in) throws IOException {
|
|
public void readFields(DataInput in) throws IOException {
|
|
throw new UnsupportedOperationException();
|
|
throw new UnsupportedOperationException();
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|