From 1a12b4417817bb62ec8284196b728e0d93150fe8 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 7 May 2012 15:40:34 +0000 Subject: [PATCH] private field git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/branches/MPLUGIN-189@1335071 13f79535-47bb-0310-9956-ffa450edef68 --- .../annotations/JavaAnnotationsMojoDescriptorExtractor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.java b/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.java index cb7fed6..b81ab5c 100644 --- a/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.java +++ b/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.java @@ -64,7 +64,7 @@ public class JavaAnnotationsMojoDescriptorExtractor /** * @requirement */ - MojoAnnotationsScanner mojoAnnotationsScanner; + private MojoAnnotationsScanner mojoAnnotationsScanner; public List execute( MavenProject project, PluginDescriptor pluginDescriptor ) throws ExtractionException, InvalidPluginDescriptorException