Skip to content

Commit 8344d1a

Browse files
author
丁宇
authored
Merge pull request #45 from ckex/master
change compile exception
2 parents b2db59e + cc8d976 commit 8344d1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/taobao/profile/thread/DataDumpThread.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private void dumpProfileData() {
106106
for (int index = 0; index < threadData.length; index++) {
107107
ThreadData profilerData = threadData[index];
108108
if (profilerData == null) {
109-
c continue;
109+
continue;
110110
}
111111
ProfStack<long[]> profile = profilerData.profileData;
112112
while (profile.size() > 0) {

0 commit comments

Comments
 (0)