do not use forEach of jdk1.8

pull/70/head
SeanCai 7 years ago committed by GitHub
parent 9a2224a23b
commit 1ca2da502c

@ -41,8 +41,8 @@ object InspectionResults {
fun clear() { fun clear() {
fileViolations.forEach { t, u -> fileViolations.forEach {
MarkerUtil.removeAllMarkers(t) MarkerUtil.removeAllMarkers(it.key)
} }
fileViolations.clear() fileViolations.clear()
// update contentDescription // update contentDescription

Loading…
Cancel
Save