This is an automated email from the ASF dual-hosted git repository. martin_s pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/archiva-redback-components-spring-quartz.git
commit b2c47748a74e2f3c6bb031c2068d7f451c69061a Author: Olivier Lamy <[email protected]> AuthorDate: Fri Nov 29 00:00:51 2013 +0000 remove old plexus javadoc git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1546480 13f79535-47bb-0310-9956-ffa450edef68 --- .../components/scheduler/configuration/SchedulerConfiguration.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/org/apache/archiva/redback/components/scheduler/configuration/SchedulerConfiguration.java b/src/main/java/org/apache/archiva/redback/components/scheduler/configuration/SchedulerConfiguration.java index aaed87b..3874c15 100644 --- a/src/main/java/org/apache/archiva/redback/components/scheduler/configuration/SchedulerConfiguration.java +++ b/src/main/java/org/apache/archiva/redback/components/scheduler/configuration/SchedulerConfiguration.java @@ -29,14 +29,10 @@ import javax.inject.Inject; * Class to represent the configuration file for the proxy * * @author John Tolentino - * plexus.component role="org.codehaus.plexus.scheduler.configuration.SchedulerConfiguration" */ @Service public class SchedulerConfiguration { - /* - * plexus.required - */ @Inject private Scheduler plexusScheduler; -- To stop receiving notification emails like this one, please contact [email protected].
