From 91b61f8842a491f1bf9cb6d59f648b6eb5f16190 Mon Sep 17 00:00:00 2001 From: darius42 Date: Thu, 23 Aug 2007 18:18:30 +0000 Subject: 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 --- src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/net/sf/antcontrib/cpptasks/CompilerDef.java') 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(); -- cgit v1.2.3