Typo fixed
This commit is contained in:
@@ -252,7 +252,7 @@ public class ResolveSession {
|
|||||||
}
|
}
|
||||||
}, null);
|
}, null);
|
||||||
if (result == null) {
|
if (result == null) {
|
||||||
throw new IllegalStateException("No descriptor resolevd for " + declaration + " " + declaration.getText());
|
throw new IllegalStateException("No descriptor resolved for " + declaration + " " + declaration.getText());
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user