Description
ContentTypes.extractMimePart will throw NullPointerException if the passed contentType parameter is null.
Since this method is public, it should contain a basic parameter check before doing business logic.
ContentTypes.extractMimePart will throw NullPointerException if the passed contentType parameter is null.
Since this method is public, it should contain a basic parameter check before doing business logic.