WS / visibility
This commit is contained in:
parent
36ef6df018
commit
2a2e18e8b6
1 changed files with 1 additions and 3 deletions
|
@ -410,9 +410,7 @@ public class MessageExtractor {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static String getContentDisposition(Part part) {
|
||||
private static String getContentDisposition(Part part) {
|
||||
try {
|
||||
String disposition = part.getDisposition();
|
||||
if (disposition != null) {
|
||||
|
|
Loading…
Reference in a new issue