Clean comments.
[lgpl/argeo-commons.git] / eclipse / runtime / org.argeo.eclipse.ui.rap / src / main / java / org / argeo / eclipse / ui / specific / FileProvider.java
index fa1a73e4fc84f9f6d9d5102483cf5cfeb23ec3c3..4efece37b81e99c412a1ba239f785f71d2660d90 100644 (file)
@@ -5,9 +5,6 @@ import java.io.InputStream;
 /**
  * Used for file download : subclasses must implement model specific methods to
  * get a byte array representing a file given is ID.
- * 
- * @author bsinou
- * 
  */
 public interface FileProvider {