Here is a note about the java files and the class files in this jar

An inner class with no methods is being created by javac 1.6. This is causing an NPE. Hence the class files are generated using javac.

Also note that the java file is intentionally out of sync with the class file.  There is an additional method in the java file so that it could also cause the NPE.
B306196.orig is the original file
