We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38249c0 commit 0ce8d2aCopy full SHA for 0ce8d2a
core/src/main/java/org/dcache/nfs/vfs/Inode.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2009 - 2019 Deutsches Elektronen-Synchroton,
+ * Copyright (c) 2009 - 2024 Deutsches Elektronen-Synchroton,
3
* Member of the Helmholtz Association, (DESY), HAMBURG, GERMANY
4
*
5
* This library is free software; you can redistribute it and/or modify
@@ -23,7 +23,7 @@
23
24
public class Inode {
25
26
- FileHandle fh;
+ private final FileHandle fh;
27
28
public Inode(byte[] bytes) {
29
this(new FileHandle(bytes));
0 commit comments