Skip to content

Commit 6b62453

Browse files
committed
improve javadoc
1 parent f42194b commit 6b62453

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/java/org/apache/maven/plugins/assembly/filter/ComponentsXmlArchiverFileFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import java.util.Map;
4646

4747
/**
48-
* Components XML file filter.
48+
* <code>plexus</code>: Plexus Components XML file filter <code>META-INF/plexus/components.xml</code>.
4949
*
5050
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
5151
*

src/main/java/org/apache/maven/plugins/assembly/filter/MetaInfServicesHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.codehaus.plexus.components.io.fileselectors.FileInfo;
2727

2828
/**
29-
*
29+
* <code>metaInf-services</code>: <code>META-INF/services/*</code> aggregating handler.
3030
*/
3131
@Named( "metaInf-services" )
3232
public class MetaInfServicesHandler

src/main/java/org/apache/maven/plugins/assembly/filter/MetaInfSpringHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.codehaus.plexus.components.io.fileselectors.FileInfo;
2525

2626
/**
27-
*
27+
* <code>metaInf-spring</code>: Spring's <code>META-INF/spring.*</code> aggregating handler.
2828
*/
2929
@Named( "metaInf-spring" )
3030
public class MetaInfSpringHandler

src/main/java/org/apache/maven/plugins/assembly/filter/SimpleAggregatingDescriptorHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
import java.util.List;
4545

4646
/**
47-
*
47+
* <code>file-aggregator</code>: Generic aggregating handler, configured with filePattern and outputPath.
4848
*/
4949
@Named( "file-aggregator" )
5050
public class SimpleAggregatingDescriptorHandler implements ContainerDescriptorHandler

src/main/java/org/apache/maven/plugins/assembly/io/URLLocation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import org.apache.commons.io.IOUtils;
2727

2828
/**
29-
* The URL Location.
29+
* The URL Location, storing the URL content to a temporary local file.
3030
*
3131
*/
3232
class URLLocation

0 commit comments

Comments
 (0)