You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by fm...@apache.org on 2012/02/12 13:08:25 UTC

svn commit: r1243244 - /chemistry/dotcmis/trunk/DotCMIS/binding/atompub/atompub.cs

Author: fmui
Date: Sun Feb 12 12:08:25 2012
New Revision: 1243244

URL: http://svn.apache.org/viewvc?rev=1243244&view=rev
Log:
CMIS-503: removed typeId parameter

Modified:
    chemistry/dotcmis/trunk/DotCMIS/binding/atompub/atompub.cs

Modified: chemistry/dotcmis/trunk/DotCMIS/binding/atompub/atompub.cs
URL: http://svn.apache.org/viewvc/chemistry/dotcmis/trunk/DotCMIS/binding/atompub/atompub.cs?rev=1243244&r1=1243243&r2=1243244&view=diff
==============================================================================
--- chemistry/dotcmis/trunk/DotCMIS/binding/atompub/atompub.cs (original)
+++ chemistry/dotcmis/trunk/DotCMIS/binding/atompub/atompub.cs Sun Feb 12 12:08:25 2012
@@ -859,7 +859,6 @@ namespace DotCMIS.Binding.AtomPub
             }
 
             UrlBuilder url = new UrlBuilder(link);
-            url.AddParameter(AtomPubConstants.ParamTypeId, typeId);
             url.AddParameter(AtomPubConstants.ParamPropertyDefinitions, includePropertyDefinitions);
             url.AddParameter(AtomPubConstants.ParamMaxItems, maxItems);
             url.AddParameter(AtomPubConstants.ParamSkipCount, skipCount);
@@ -939,7 +938,6 @@ namespace DotCMIS.Binding.AtomPub
             }
 
             UrlBuilder url = new UrlBuilder(link);
-            url.AddParameter(AtomPubConstants.ParamTypeId, typeId);
             url.AddParameter(AtomPubConstants.ParamDepth, depth);
             url.AddParameter(AtomPubConstants.ParamPropertyDefinitions, includePropertyDefinitions);