Skip to content

Commit 5d2e843

Browse files
committed
core: Revert unnecessary linewrap
to reduce the amount of changes in dCache#162 Signed-off-by: Christian Kohlschütter <[email protected]>
1 parent dd506c6 commit 5d2e843

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/main/java/org/dcache/nfs/vfs/PseudoFs.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -823,12 +823,12 @@ private boolean inheritUidGid(Inode inode) {
823823
}
824824

825825
/**
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.
828828
* <p>
829829
* 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.
832832
* <p>
833833
* Once {@link PseudoFs} handles this configuration internally, we can remove this conversion step.
834834
*

0 commit comments

Comments
 (0)