Skip to content

Commit eb9a7e3

Browse files
committed
fix typo in javadoc
1 parent 01eea28 commit eb9a7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* methods to modify the behavior of the backing file system as desired per the
3434
* <a href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>.
3535
*
36-
* @sice 0.10
36+
* @since 0.10
3737
*/
3838
public abstract class ForwardingFileSystem implements VirtualFileSystem {
3939

0 commit comments

Comments
 (0)