[exo-jcr-commits] exo-jcr SVN: r730 - ws/trunk/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 17 11:51:35 EST 2009


Author: aparfonov
Date: 2009-11-17 11:51:35 -0500 (Tue, 17 Nov 2009)
New Revision: 730

Modified:
   ws/trunk/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl/InputHeadersMap.java
Log:
EXOJCR-255 : method size() return size of back-end map.

Modified: ws/trunk/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl/InputHeadersMap.java
===================================================================
--- ws/trunk/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl/InputHeadersMap.java	2009-11-17 16:42:18 UTC (rev 729)
+++ ws/trunk/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl/InputHeadersMap.java	2009-11-17 16:51:35 UTC (rev 730)
@@ -255,6 +255,14 @@
       throw new UnsupportedOperationException();
    }
 
+   /**
+    * {@inheritDoc}
+    */
+   public int size()
+   {
+      return m.size();
+   }
+
    // MultivaluedMap
 
    /**
@@ -281,7 +289,7 @@
    {
       throw new UnsupportedOperationException();
    }
-
+   
    // helpers methods
 
    /**



More information about the exo-jcr-commits mailing list