Skip to Content.
Sympa Menu

notify-dpml - r1446 - in trunk/main/depot: library/src/main/net/dpml/library/info tools/builder/src/main/net/dpml/tools/tasks

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1446 - in trunk/main/depot: library/src/main/net/dpml/library/info tools/builder/src/main/net/dpml/tools/tasks
  • Date: Fri, 19 May 2006 17:02:41 +0200

Author: mcconnell
Date: 2006-05-19 17:02:39 +0200 (Fri, 19 May 2006)
New Revision: 1446

Modified:

trunk/main/depot/library/src/main/net/dpml/library/info/AbstractDirective.java

trunk/main/depot/library/src/main/net/dpml/library/info/ResourceDirective.java
trunk/main/depot/library/src/main/net/dpml/library/info/TypeDirective.java
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/RMICTask.java
Log:
javadoc corrections

Modified:
trunk/main/depot/library/src/main/net/dpml/library/info/AbstractDirective.java
===================================================================
---
trunk/main/depot/library/src/main/net/dpml/library/info/AbstractDirective.java
2006-05-19 14:49:35 UTC (rev 1445)
+++
trunk/main/depot/library/src/main/net/dpml/library/info/AbstractDirective.java
2006-05-19 15:02:39 UTC (rev 1446)
@@ -33,7 +33,6 @@

/**
* Creation of a new abstract directive.
- * @param properties the properties associated with the directive
*/
public AbstractDirective()
{

Modified:
trunk/main/depot/library/src/main/net/dpml/library/info/ResourceDirective.java
===================================================================
---
trunk/main/depot/library/src/main/net/dpml/library/info/ResourceDirective.java
2006-05-19 14:49:35 UTC (rev 1445)
+++
trunk/main/depot/library/src/main/net/dpml/library/info/ResourceDirective.java
2006-05-19 15:02:39 UTC (rev 1446)
@@ -89,7 +89,6 @@
* @param dependencies resource dependencies
* @param properties suppliementary properties
* @param filters project filters
- * @param data supporting production data
* @return the immediate enclosing resource
*/
public static ResourceDirective createResourceDirective(

Modified:
trunk/main/depot/library/src/main/net/dpml/library/info/TypeDirective.java
===================================================================
---
trunk/main/depot/library/src/main/net/dpml/library/info/TypeDirective.java
2006-05-19 14:49:35 UTC (rev 1445)
+++
trunk/main/depot/library/src/main/net/dpml/library/info/TypeDirective.java
2006-05-19 15:02:39 UTC (rev 1446)
@@ -75,9 +75,9 @@

/**
* Creation of a new generic type directive.
- * @param element DOM element defining the type
* @param name the name
* @param alias alias production policy
+ * @param properties supplimentary properties
*/
public TypeDirective( String name, boolean alias, Properties properties )
{

Modified:
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/RMICTask.java
===================================================================
---
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/RMICTask.java
2006-05-19 14:49:35 UTC (rev 1445)
+++
trunk/main/depot/tools/builder/src/main/net/dpml/tools/tasks/RMICTask.java
2006-05-19 15:02:39 UTC (rev 1446)
@@ -101,7 +101,7 @@

/**
* Set the excludes.
- * @param includes the include paths
+ * @param excludes the excluded paths
*/
public void setExcludes( String[] excludes )
{




  • r1446 - in trunk/main/depot: library/src/main/net/dpml/library/info tools/builder/src/main/net/dpml/tools/tasks, mcconnell at BerliOS, 05/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page