Skip to content

Commit 04f3975

Browse files
committed
Chapter name change
1 parent f980502 commit 04f3975

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gradle/subprojects.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ project(':understandingcollections') {
1414
}
1515
}
1616

17-
project(':threads') {
17+
project(':concurrent') {
1818
dependencies {
1919
compile project(':enums')
2020
}
@@ -67,4 +67,4 @@ configure(subprojects - project(':onjava')) {
6767
compile 'com.google.guava:guava:19.0'
6868
compileOnly "org.openjdk.jmh:jmh-core:${jmh.jmhVersion}"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)