Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Dec 2, 2016
1 parent b932806 commit 00018c9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public synchronized ClassEntry getOrCreateClassEntry(String className, String su
return ce;
}

/*
// this method is used by Pulsar
public synchronized Map<String, ClassEntry> getInnerClassesEntries(String className) {
Map<String, ClassEntry> tailMap = classes.tailMap(className, true);
HashMap<String, ClassEntry> map = new HashMap<>();
Expand All @@ -255,7 +255,6 @@ public synchronized Map<String, ClassEntry> getInnerClassesEntries(String classN
}
return Collections.unmodifiableMap(map);
}
*/

void recordSuspendableMethods(String className, ClassEntry entry) {
ClassEntry oldEntry;
Expand Down

0 comments on commit 00018c9

Please sign in to comment.