Temporarily disabling the assertion, to debug the build.
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user