Author: [EMAIL PROTECTED]
Date: Fri Nov 14 04:51:31 2008
New Revision: 4077
Modified:
trunk/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
Log:
Reverted the logging in r4073.
Patch by: amitmanjhi
Modified:
trunk/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
==============================================================================
---
trunk/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
(original)
+++
trunk/tools/api-checker/src/com/google/gwt/tools/apichecker/ApiCompatibilityChecker.java
Fri Nov 14 04:51:31 2008
@@ -87,7 +87,7 @@
public static final boolean DEBUG = false;
// prints the API of the two containers, false by default.
- public static final boolean DEBUG_PRINT_ALL_API = true;
+ public static final boolean DEBUG_PRINT_ALL_API = false;
// these two parameters print APIs common in the two repositories.
Should be
// false by default.
@@ -106,7 +106,7 @@
public static final boolean DEBUG_DUPLICATE_REMOVAL = false;
// Tweak for log output.
- public static final TreeLogger.Type type = TreeLogger.INFO;
+ public static final TreeLogger.Type type = TreeLogger.WARN;
// remove duplicates by default
public static Collection<ApiChange> getApiDiff(ApiContainer newApi,
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---