From de1f1920de8fd9b3e03dc001508564ad3abbe3c2 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 30 Mar 2018 11:07:49 -0400 Subject: [PATCH] Moved a completed TODO to done. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6aaf71..2b5bdde 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,6 @@ the copyright belongs to Spotify AB. * In the Top Running Methods list, list thread names per top method and link them all to the stack traces list. -* Support uploading thread dumps from the local file system: - - * Support parsing gzipped thread dumps. * If one thread is holding multiple locks, this should be noted in the @@ -189,3 +186,6 @@ name and address, in that order. * If a thread is listed as holding the same lock more than once, remove duplicates from that list. + +* Support uploading thread dumps from the local file system: + \ No newline at end of file