Temporarily disabling the assertion, to debug the build.

This commit is contained in:
Andrey Breslav
2012-03-01 20:17:35 +04:00
parent fc6e2c2ecc
commit d22ee1ab23
@@ -819,7 +819,7 @@ public class JavaDescriptorResolver {
if (result != null) {
String actualQualifiedName = result.getQualifiedName();
if (!actualQualifiedName.equals(qualifiedName)) {
throw new IllegalStateException("requested " + qualifiedName + ", got " + actualQualifiedName);
// throw new IllegalStateException("requested " + qualifiedName + ", got " + actualQualifiedName);
}
}