Title: [751] trunk/plugins/maven/src/main/java/org/jbehave/mojo/AbstractJBehaveMojo.java: Reduced unnecessary mojo member variable visibility.
Revision
751
Author
mauro
Date
2007-07-11 08:02:51 -0500 (Wed, 11 Jul 2007)

Log Message

Reduced unnecessary mojo member variable visibility.

Modified Paths


Diff

Modified: trunk/plugins/maven/src/main/java/org/jbehave/mojo/AbstractJBehaveMojo.java (750 => 751)

--- trunk/plugins/maven/src/main/java/org/jbehave/mojo/AbstractJBehaveMojo.java	2007-07-11 12:57:51 UTC (rev 750)
+++ trunk/plugins/maven/src/main/java/org/jbehave/mojo/AbstractJBehaveMojo.java	2007-07-11 13:02:51 UTC (rev 751)
@@ -21,7 +21,7 @@
      * @required
      * @readonly
      */
-    protected List compileClasspathElements;
+    private List compileClasspathElements;
     
     /**
      * Test classpath.
@@ -30,14 +30,14 @@
      * @required
      * @readonly
      */
-    protected List testClasspathElements;
+    private List testClasspathElements;
    
     /**
      * The scope of the mojo classpath
      *
      * @parameter default-value="compile" 
      */
-    protected String scope;
+    private String scope;
 
     /**
      * Creates the Behaviours ClassLoader with the classpath element of the selected scope


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to