[LIB-9] Add functional for transcoding vector images
[chesshog.git] / chesshog-graphics / src / main / java / org / hedgecode / chess / img / fs / FileSystemContractor.java
index 1ca4831..32f4244 100644 (file)
@@ -22,9 +22,10 @@ import java.nio.file.FileSystem;
 import java.nio.file.Path;
 
 /**
- *
+ * Common FileSystem contractor interface.
  *
  * @author Dmitry Samoshin aka gotty
+ * @see FileSystem
  */
 public interface FileSystemContractor extends AutoCloseable {