Browse Source

Fix javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274488 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse Stockall 22 years ago
parent
commit
5ebc2dbbdc
6 changed files with 20 additions and 19 deletions
  1. +3
    -2
      src/main/org/apache/tools/ant/taskdefs/Parallel.java
  2. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/SQLExec.java
  3. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java
  4. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java
  5. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/net/SetProxy.java
  6. +12
    -12
      src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Integrate.java

+ 3
- 2
src/main/org/apache/tools/ant/taskdefs/Parallel.java View File

@@ -64,7 +64,8 @@ import org.apache.tools.ant.util.StringUtils;

/**
* Executes the contained tasks in separate threads, continuing
* once all are completed.<br/>
* once all are completed.
* <p>
* New behavior allows for the ant script to specify a maximum number of
* threads that will be executed in parallel. One should be very careful about
* using the <code>waitFor</code> task when specifying <code>threadCount</code>
@@ -74,7 +75,7 @@ import org.apache.tools.ant.util.StringUtils;
* task is started, but it will not insure a successful completion of those
* tasks or that those tasks will finish first (i.e. it's a classic race
* condition).
* <p>
* </p>
* @author Thomas Christen <a href="mailto:chr@active.ch">chr@active.ch</a>
* @author Conor MacNeill
* @author Danno Ferrin


+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/SQLExec.java View File

@@ -259,8 +259,8 @@ public class SQLExec extends JDBCTask {
}
/**
* Set the delimiter that separates SQL statements;
* optional, default &quot;;&quot;
* Set the delimiter that separates SQL statements. Defaults to &quot;;&quot;;
* optional
*
* <p>For example, set this to "go" and delimitertype to "ROW" for
* Sybase ASE or MS SQL Server.</p>


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java View File

@@ -183,7 +183,7 @@ public class XSLTProcess extends MatchingTask implements XSLTLogger {
}

/**
* Controls whether the stylesheet is reloaded for every transform
* Controls whether the stylesheet is reloaded for every transform.
*
* <p>Setting this to true may get around a bug in certain
* Xalan-J versions, default is false.</p>


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/extension/Extension.java View File

@@ -177,7 +177,7 @@ public final class Extension
/**
* Enum indicating that extension is incompatible with
* other extension in ways other than other enums
* indicate). ie For example the other extension may have
* indicate). For example the other extension may have
* a different ID.
*/
public static final Compatibility INCOMPATIBLE =


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/net/SetProxy.java View File

@@ -194,7 +194,7 @@ public class SetProxy extends Task {
}

/**
* set the password for the proxy. used only if the proxyUser is set
* Set the password for the proxy. Used only if the proxyUser is set.
* @param proxyPassword password to go with the username
* @since Ant1.6
*/


+ 12
- 12
src/main/org/apache/tools/ant/taskdefs/optional/perforce/P4Integrate.java View File

@@ -92,7 +92,7 @@ public class P4Integrate extends P4Base {
/**
* get the changelist number
*
* @returns the changelist number set for this task
* @return the changelist number set for this task
*/
public String getChange() {
return change;
@@ -111,7 +111,7 @@ public class P4Integrate extends P4Base {
/**
* get the from file specification
*
* @returns the from file specification
* @return the from file specification
*/
public String getFromfile() {
return fromfile;
@@ -129,7 +129,7 @@ public class P4Integrate extends P4Base {
/**
* get the to file specification
*
* @returns the to file specification
* @return the to file specification
*/
public String getTofile() {
return tofile;
@@ -147,7 +147,7 @@ public class P4Integrate extends P4Base {
/**
* get the branch
*
* @returns the name of the branch
* @return the name of the branch
*/
public String getBranch() {
return branch;
@@ -165,7 +165,7 @@ public class P4Integrate extends P4Base {
/**
* gets the restoredeletedrevisions flag
*
* @returns restore deleted revisions
* @return restore deleted revisions
*/
public boolean isRestoreDeletedRevisions() {
return restoredeletedrevisions;
@@ -183,7 +183,7 @@ public class P4Integrate extends P4Base {
/**
* gets the forceintegrate flag
*
* @returns restore deleted revisions
* @return restore deleted revisions
*/
public boolean isForceIntegrate() {
return forceintegrate;
@@ -201,7 +201,7 @@ public class P4Integrate extends P4Base {
/**
* gets the leavetargetrevision flag
*
* @returns flag indicating if the target revision should be preserved
* @return flag indicating if the target revision should be preserved
*/
public boolean isLeaveTargetRevision() {
return leavetargetrevision;
@@ -219,7 +219,7 @@ public class P4Integrate extends P4Base {
/**
* gets the enablebaselessmerges flag
*
* @returns boolean indicating if baseless merges are desired
* @return boolean indicating if baseless merges are desired
*/
public boolean isEnableBaselessMerges() {
return enablebaselessmerges;
@@ -237,7 +237,7 @@ public class P4Integrate extends P4Base {
/**
* gets the simulationmode flag
*
* @returns simulation mode flag
* @return simulation mode flag
*/
public boolean isSimulationMode() {
return simulationmode;
@@ -254,7 +254,7 @@ public class P4Integrate extends P4Base {
/**
* returns the flag indicating if reverse branch mappings are sought
*
* @returns reversebranchmappings flag
* @return reversebranchmappings flag
*/
public boolean isReversebranchmappings() {
return reversebranchmappings;
@@ -271,7 +271,7 @@ public class P4Integrate extends P4Base {
/**
* returns flag indicating if propagation of source file type is sought
*
* @returns flag set to true if you want to propagate source file type for existing target files
* @return flag set to true if you want to propagate source file type for existing target files
*/
public boolean isPropagatesourcefiletype() {
return propagatesourcefiletype;
@@ -287,7 +287,7 @@ public class P4Integrate extends P4Base {
/**
* returns flag indicating if one wants to suppress the copying on the local hard disk of new target files
*
* @returns flag indicating if one wants to suppress the copying on the local hard disk of new target files
* @return flag indicating if one wants to suppress the copying on the local hard disk of new target files
*/
public boolean isNocopynewtargetfiles() {
return nocopynewtargetfiles;


Loading…
Cancel
Save