dion 2002/06/21 20:28:28
Modified: src/java/org/apache/maven BaseProjectTask.java
Log:
Style violations
Revision Changes Path
1.19 +6 -6
jakarta-turbine-maven/src/java/org/apache/maven/BaseProjectTask.java
Index: BaseProjectTask.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/BaseProjectTask.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- BaseProjectTask.java 16 Jun 2002 17:54:15 -0000 1.18
+++ BaseProjectTask.java 22 Jun 2002 03:28:28 -0000 1.19
@@ -84,23 +84,23 @@
/**
* Project descriptor.
*/
- protected File projectDescriptor;
+ private File projectDescriptor;
/**
* Velocity context use in rendering the build system.
*/
- protected Context context;
+ private Context context;
/**
* Project
*/
- protected Project mavenProject;
+ private Project mavenProject;
/**
* The list of JARs used to create the maven classpath
* which is used internally by Maven.
*/
- protected File listFile;
+ private File listFile;
/**
* Set the project descriptor file. This file must exist.
@@ -123,8 +123,8 @@
/**
* Execute the task.
*
+ * @return the velocity context for use in DVSL/Velocity
* @throws BuildException when any error occurs
- * @return the velocity context for use in DVSL(?)
*/
public Context initControlContext()
throws BuildException
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>