1
0
mirror of https://github.com/Rogiel/httpchannel synced 2025-12-06 07:32:50 +00:00

Adds service implementation documentation

This commit is contained in:
2012-01-18 17:13:36 -02:00
parent f8d5303f70
commit 35e2c2fc56
22 changed files with 754 additions and 11 deletions

View File

@@ -18,6 +18,7 @@
*/
package com.rogiel.httpchannel.service.impl;
import com.rogiel.httpchannel.service.AbstractUploaderConfiguration;
import com.rogiel.httpchannel.service.Uploader.DescriptionableUploaderConfiguration;
import com.rogiel.httpchannel.service.Uploader.UploaderConfiguration;
@@ -26,8 +27,8 @@ import com.rogiel.httpchannel.service.Uploader.UploaderConfiguration;
*
* @author <a href="http://www.rogiel.com">Rogiel</a>
*/
public class ZShareUploaderConfiguration implements UploaderConfiguration,
DescriptionableUploaderConfiguration {
public class ZShareUploaderConfiguration extends AbstractUploaderConfiguration
implements UploaderConfiguration, DescriptionableUploaderConfiguration {
/**
* The upload description
*/