Minor, fix typo
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@ public class TypeParameterDescriptorImpl extends DeclarationDescriptorNonRootImp
|
||||
|
||||
private void checkInitialized() {
|
||||
if (!initialized) {
|
||||
throw new IllegalStateException("Type parameter descriptor in not initialized: " + nameForAssertions());
|
||||
throw new IllegalStateException("Type parameter descriptor is not initialized: " + nameForAssertions());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user