Fix common misspellings
This commit is contained in:
committed by
Nikolay Krasko
parent
33961acb8d
commit
686cfa6fd2
@@ -296,7 +296,7 @@ public class GenerateMockJdk {
|
||||
|
||||
List<JarEntry> sourceList = Collections.list(sourceJar.entries());
|
||||
for (JarEntry entry : sourceList) {
|
||||
// For Map$Entry.class we want to check Map.class presense
|
||||
// For Map$Entry.class we want to check Map.class presence
|
||||
String topLevelClassFile = entry.getName().replaceAll("\\$.+\\.class$", ".class");
|
||||
|
||||
if (entryNamesToInclude.contains(topLevelClassFile) && foundEntries.add(entry.getName())) {
|
||||
|
||||
@@ -790,7 +790,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
/*
|
||||
// Maven and Gradle are not relevent for AS branch
|
||||
// Maven and Gradle are not relevant for AS branch
|
||||
|
||||
testGroup("idea/idea-maven/test", "idea/idea-maven/testData") {
|
||||
testClass<AbstractMavenConfigureProjectByChangingFileTest> {
|
||||
|
||||
@@ -790,7 +790,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
/*
|
||||
// Maven and Gradle are not relevent for AS branch
|
||||
// Maven and Gradle are not relevant for AS branch
|
||||
|
||||
testGroup("idea/idea-maven/test", "idea/idea-maven/testData") {
|
||||
testClass<AbstractMavenConfigureProjectByChangingFileTest> {
|
||||
|
||||
@@ -782,7 +782,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
/*
|
||||
// Maven and Gradle are not relevent for AS branch
|
||||
// Maven and Gradle are not relevant for AS branch
|
||||
|
||||
testGroup("idea/idea-maven/test", "idea/idea-maven/testData") {
|
||||
testClass<AbstractMavenConfigureProjectByChangingFileTest> {
|
||||
|
||||
@@ -782,7 +782,7 @@ fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
/*
|
||||
// Maven and Gradle are not relevent for AS branch
|
||||
// Maven and Gradle are not relevant for AS branch
|
||||
|
||||
testGroup("idea/idea-maven/test", "idea/idea-maven/testData") {
|
||||
testClass<AbstractMavenConfigureProjectByChangingFileTest> {
|
||||
|
||||
Reference in New Issue
Block a user