Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 3853a6d

Browse files
author
Eduardo Fullea
committed
Renaming deleteall to clear. Issue #8
1 parent abb45bf commit 3853a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ <h2><a>MessagingManager</a> Interface</h2> <p>The <a>MessagingManager</a>
464464
identifier of the different services for this type of messaging service
465465
(e.g. 'sms_sim1').</dd>
466466

467-
<dt>MessagingRequest deleteAll ()</dt>
467+
<dt>MessagingRequest clear ()</dt>
468468
<dd>This method makes a request to delete all the messages associated to the
469469
messaging service passed as parameter.
470470
<dl class='parameters'>
@@ -614,7 +614,7 @@ <h3>Steps</h3>
614614
to the newly created <code>MmsMessage</code> instance.
615615
</ol>
616616

617-
<p> The <dfn><code>deleteAll</code></dfn> method when invoked MUST run the
617+
<p> The <dfn><code>clear</code></dfn> method when invoked MUST run the
618618
following steps:
619619
<ol>
620620
<li>Make a request to the system to delete all the messages associated to

0 commit comments

Comments
 (0)