You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by jp...@apache.org on 2013/12/12 05:08:24 UTC

svn commit: r1550344 - /chemistry/cmislib/trunk/src/cmislib/atompub_binding.py

Author: jpotts
Date: Thu Dec 12 04:08:24 2013
New Revision: 1550344

URL: http://svn.apache.org/r1550344
Log:
Changed the documentation for the getTitle method to refer correctly to atom:title instead of cmis:title to resolve CMIS-741

Modified:
    chemistry/cmislib/trunk/src/cmislib/atompub_binding.py

Modified: chemistry/cmislib/trunk/src/cmislib/atompub_binding.py
URL: http://svn.apache.org/viewvc/chemistry/cmislib/trunk/src/cmislib/atompub_binding.py?rev=1550344&r1=1550343&r2=1550344&view=diff
==============================================================================
--- chemistry/cmislib/trunk/src/cmislib/atompub_binding.py (original)
+++ chemistry/cmislib/trunk/src/cmislib/atompub_binding.py Thu Dec 12 04:08:24 2013
@@ -498,7 +498,7 @@ class AtomPubCmisObject(CmisObject):
     def getTitle(self):
 
         """
-        Returns the value of the object's cmis:title property.
+        Returns the value of the object's atom:title property.
         """
 
         if self.xmlDoc is None: