Skip to content

Commit 9b300d9

Browse files
committed
uncomment lines
Signed-off-by: Jiandong Ma <[email protected]>
1 parent 027bc63 commit 9b300d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-integration-mail/src/main/java/org/springframework/integration/mail/AbstractMailReceiver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@ public void destroy() {
652652
try {
653653
closeFolder();
654654
MailTransportUtils.closeService(this.store);
655-
// this.folder = null;
656-
// this.store = null;
655+
this.folder = null;
656+
this.store = null;
657657
}
658658
finally {
659659
this.folderWriteLock.unlock();

0 commit comments

Comments
 (0)