- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Mar 2010 14:30:23 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/contacts
In directory hutz:/tmp/cvs-serv14257
Modified Files:
Overview.html
Log Message:
consistent use of methods id
Index: Overview.html
===================================================================
RCS file: /sources/public/2009/dap/contacts/Overview.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- Overview.html 24 Mar 2010 14:28:05 -0000 1.48
+++ Overview.html 24 Mar 2010 14:30:21 -0000 1.49
@@ -730,7 +730,7 @@
sequence<Contact> contactObjs
</dt>
<dd>
- The sequence of Contact objects resulting from the given <a href='#contacts-interface'><code>Contacts</code></a> <a href='#widl-Contacts-find'>find()</a> method.
+ The sequence of Contact objects resulting from the given <code>Contacts.find()</code> method.
</dd>
</dl>
</dd>
@@ -754,7 +754,7 @@
Contact contactObj
</dt>
<dd>
- The Contact object resulting from the given <a href='#contact-interface'><code>Contact</code></a> <a href='#widl-Contact-save'>save()</a> or <a href='#contact-interface'><code>Contact</code></a> <a href='#widl-Contact-remove'>remove()</a> method.
+ The Contact object resulting from the given <code>Contact.save()</code></a> or <code>Contact.remove()</code> method.
</dd>
</dl>
</dd>
Received on Wednesday, 24 March 2010 14:30:24 UTC