checkstyle passes.


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@73 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/dev/core/src/com/google/gwt/dev/cfg/CompilationSchema.java b/dev/core/src/com/google/gwt/dev/cfg/CompilationSchema.java
index 61ee3ae..60e33c4 100644
--- a/dev/core/src/com/google/gwt/dev/cfg/CompilationSchema.java
+++ b/dev/core/src/com/google/gwt/dev/cfg/CompilationSchema.java
@@ -17,19 +17,20 @@
 
 import com.google.gwt.dev.util.xml.Schema;
 
+//CHECKSTYLE_NAMING_OFF
 /**
  * The XML schema class to parse XML for deferred binding conditions.
  */
 public class CompilationSchema extends Schema {
 
   private final class BodySchema extends Schema {
+
     protected final String __generated_type_hash_1_class = null;
 
     protected final String __generated_type_hash_2_hash = null;
 
     protected final String __rebind_decision_1_in = null;
     protected final String __rebind_decision_2_out = null;
-
     protected Schema __generated_type_hash_begin(String type, String hash) {
       compilation.recordGeneratedTypeHash(type, hash);
       return null;
@@ -51,3 +52,4 @@
     return new BodySchema();
   }
 }
+//CHECKSTYLE_NAMING_ON
\ No newline at end of file
diff --git a/dev/core/src/com/google/gwt/dev/cfg/ModuleDefSchema.java b/dev/core/src/com/google/gwt/dev/cfg/ModuleDefSchema.java
index b75352c..a28b172 100644
--- a/dev/core/src/com/google/gwt/dev/cfg/ModuleDefSchema.java
+++ b/dev/core/src/com/google/gwt/dev/cfg/ModuleDefSchema.java
@@ -38,11 +38,11 @@
 import java.util.Map;
 import java.util.Set;
 
+// CHECKSTYLE_NAMING_OFF
 /**
  * Configures a module definition object using XML.
  */
 public class ModuleDefSchema extends Schema {
-
   private final class BodySchema extends Schema {
 
     protected final String __define_property_1_name = null;
@@ -773,3 +773,4 @@
   }
 
 }
+//CHECKSTYLE_NAMING_ON
\ No newline at end of file