Include (somehow missed) support for send/receive encrypted MMS.

This commit is contained in:
Moxie Marlinspike
2013-05-16 13:48:44 -07:00
parent e5f634ba45
commit c86e414c5f
4 changed files with 9 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ public class RetrieveConf extends MultimediaMessagePdu {
* @param headers Headers for this PDU.
* @param body Body of this PDu.
*/
RetrieveConf(PduHeaders headers, PduBody body) {
public RetrieveConf(PduHeaders headers, PduBody body) {
super(headers, body);
}