mirror of https://github.com/apache/maven.git
removed unused @SuppresWarnings
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1402781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9a2b77d8be
commit
98944027a5
|
@ -53,7 +53,6 @@ public class LifecycleDebugLogger
|
|||
private Logger logger;
|
||||
|
||||
|
||||
@SuppressWarnings( { "UnusedDeclaration" } )
|
||||
public LifecycleDebugLogger()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -65,7 +65,6 @@ public class LifecycleDependencyResolver
|
|||
@Requirement
|
||||
private EventSpyDispatcher eventSpyDispatcher;
|
||||
|
||||
@SuppressWarnings({"UnusedDeclaration"})
|
||||
public LifecycleDependencyResolver()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -52,7 +52,6 @@ public class LifecyclePluginResolver
|
|||
this.pluginVersionResolver = pluginVersionResolver;
|
||||
}
|
||||
|
||||
@SuppressWarnings( { "UnusedDeclaration" } )
|
||||
public LifecyclePluginResolver()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -52,7 +52,6 @@ public class LifecycleThreadedBuilder
|
|||
private LifecycleModuleBuilder lifecycleModuleBuilder;
|
||||
|
||||
|
||||
@SuppressWarnings( { "UnusedDeclaration" } )
|
||||
public LifecycleThreadedBuilder()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -87,7 +87,6 @@ public class LifecycleWeaveBuilder
|
|||
private Map<MavenProject, MavenExecutionPlan> executionPlans = new HashMap<MavenProject, MavenExecutionPlan>();
|
||||
|
||||
|
||||
@SuppressWarnings( { "UnusedDeclaration" } )
|
||||
public LifecycleWeaveBuilder()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -60,7 +60,6 @@ import java.util.StringTokenizer;
|
|||
* <p/>
|
||||
* NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
|
||||
*/
|
||||
|
||||
@Component( role = MojoDescriptorCreator.class )
|
||||
public class MojoDescriptorCreator
|
||||
{
|
||||
|
@ -80,7 +79,6 @@ public class MojoDescriptorCreator
|
|||
@Requirement
|
||||
private LifecyclePluginResolver lifecyclePluginResolver;
|
||||
|
||||
@SuppressWarnings( { "UnusedDeclaration" } )
|
||||
public MojoDescriptorCreator()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -154,7 +154,6 @@ public class MojoExecutor
|
|||
phaseRecorder.observeExecution( mojoExecution );
|
||||
}
|
||||
|
||||
@SuppressWarnings( { "ThrowableInstanceNeverThrown" } )
|
||||
private void execute( MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex,
|
||||
DependencyContext dependencyContext )
|
||||
throws LifecycleExecutionException
|
||||
|
|
|
@ -38,7 +38,6 @@ public class ThreadConfigurationService
|
|||
private final int cpuCores;
|
||||
|
||||
|
||||
@SuppressWarnings( { "UnusedDeclaration" } )
|
||||
public ThreadConfigurationService()
|
||||
{
|
||||
cpuCores = Runtime.getRuntime().availableProcessors();
|
||||
|
|
Loading…
Reference in New Issue