mirror of https://github.com/apache/activemq.git
tidy up comments
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@589330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8761c7e0f
commit
b2969d05a9
|
@ -350,15 +350,11 @@ public class AMQPersistenceAdapter implements PersistenceAdapter, UsageListener,
|
|||
|
||||
/**
|
||||
* Cleans up the data files
|
||||
*
|
||||
* @return
|
||||
* @throws IOException
|
||||
*/
|
||||
public void cleanup() {
|
||||
try {
|
||||
// Capture the lastDataFile so that we don't delete any data files
|
||||
// after this one.
|
||||
Set<Integer>inProgress = new CopyOnWriteArraySet<Integer>();
|
||||
Set<Integer>inProgress = new HashSet<Integer>();
|
||||
for (Set<Integer> set: dataFilesInProgress.values()) {
|
||||
inProgress.addAll(set);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue