Skip to content

Commit

Permalink
improve javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jan 21, 2023
1 parent f42194b commit 6b62453
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import java.util.Map;

/**
* Components XML file filter.
* <code>plexus</code>: Plexus Components XML file filter <code>META-INF/plexus/components.xml</code>.
*
* @author <a href="mailto:brett@apache.org">Brett Porter</a>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.codehaus.plexus.components.io.fileselectors.FileInfo;

/**
*
* <code>metaInf-services</code>: <code>META-INF/services/*</code> aggregating handler.
*/
@Named( "metaInf-services" )
public class MetaInfServicesHandler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.codehaus.plexus.components.io.fileselectors.FileInfo;

/**
*
* <code>metaInf-spring</code>: Spring's <code>META-INF/spring.*</code> aggregating handler.
*/
@Named( "metaInf-spring" )
public class MetaInfSpringHandler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import java.util.List;

/**
*
* <code>file-aggregator</code>: Generic aggregating handler, configured with filePattern and outputPath.
*/
@Named( "file-aggregator" )
public class SimpleAggregatingDescriptorHandler implements ContainerDescriptorHandler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.apache.commons.io.IOUtils;

/**
* The URL Location.
* The URL Location, storing the URL content to a temporary local file.
*
*/
class URLLocation
Expand Down

0 comments on commit 6b62453

Please sign in to comment.