File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/src/main/java/org/dcache/nfs/vfs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -823,12 +823,12 @@ private boolean inheritUidGid(Inode inode) {
823
823
}
824
824
825
825
/**
826
- * Convert an {@link Inode} that is used by {@link PseudoFs} to an {@link Inode} that is understood by the
827
- * underlying file system.
826
+ * Convert an {@link Inode} that is used by {@link PseudoFs} to an {@link Inode} that is understood
827
+ * by the underlying file system.
828
828
* <p>
829
829
* We currently store additional information such as "ExportId" and "PseudoInode" as parts of the Inode.
830
- * {@link VirtualFileSystem}s that store {@link Inode} as a whole (rather than only the "fileId" bit) may not
831
- * recognize such objects, unless we remove this additional information.
830
+ * {@link VirtualFileSystem}s that store {@link Inode} as a whole (rather than only the "fileId" bit)
831
+ * may not recognize such objects, unless we remove this additional information.
832
832
* <p>
833
833
* Once {@link PseudoFs} handles this configuration internally, we can remove this conversion step.
834
834
*
You can’t perform that action at this time.
0 commit comments