Chapter name change

This commit is contained in:
Bruce Eckel 2016-11-22 19:06:59 -08:00
parent f980502f07
commit 04f3975495

View File

@ -14,7 +14,7 @@ project(':understandingcollections') {
}
}
project(':threads') {
project(':concurrent') {
dependencies {
compile project(':enums')
}
@ -67,4 +67,4 @@ configure(subprojects - project(':onjava')) {
compile 'com.google.guava:guava:19.0'
compileOnly "org.openjdk.jmh:jmh-core:${jmh.jmhVersion}"
}
}
}