CMIS-503: removed typeId parameter

git-svn-id: https://svn.apache.org/repos/asf/chemistry/dotcmis/trunk@1243244 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DotCMIS/binding/atompub/atompub.cs b/DotCMIS/binding/atompub/atompub.cs
index c30ddc3..0dcacdf 100644
--- a/DotCMIS/binding/atompub/atompub.cs
+++ b/DotCMIS/binding/atompub/atompub.cs
@@ -859,7 +859,6 @@
             }

 

             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 @@
             }

 

             UrlBuilder url = new UrlBuilder(link);

-            url.AddParameter(AtomPubConstants.ParamTypeId, typeId);

             url.AddParameter(AtomPubConstants.ParamDepth, depth);

             url.AddParameter(AtomPubConstants.ParamPropertyDefinitions, includePropertyDefinitions);