summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java
diff options
context:
space:
mode:
authordarius42 <[email protected]>2007-08-23 18:18:30 +0000
committerdarius42 <[email protected]>2007-08-23 18:18:30 +0000
commit91b61f8842a491f1bf9cb6d59f648b6eb5f16190 (patch)
tree4785b4e5eb2d3065ad4c7c3d76d16c3c7ca7eba3 /src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java
parent1cde7e1f0247afc51e2204b1115641c83db3c60a (diff)
Fix bug 1573193. Update usage information to reflect the current
package name and XML namespace usage. Update documentation for warning levels to reflect actual names. git-svn-id: file:///home/sven/projects/JOGL/temp/ant-contrib/svn/ant-contrib-code/cpptasks/trunk@141 32d7a393-a5a9-423c-abd3-5d954feb1f2f
Diffstat (limited to 'src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java')
-rw-r--r--src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java b/src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java
index 1bbdabf..aef1e32 100644
--- a/src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java
+++ b/src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java
@@ -483,7 +483,7 @@ public final class CompilerDef extends ProcessorDef {
}
/**
* Enumerated attribute with the values "none", "severe", "default",
- * "production", "diagnostic", and "failtask".
+ * "production", "diagnostic", and "aserror".
*/
public void setWarnings(WarningLevelEnum level) {
warnings = level.getIndex();