Author: andrew.plotnikov
Date: 2012-01-26 09:45:10 -0500 (Thu, 26 Jan 2012)
New Revision: 5528
Modified:
ws/branches/2.3.x/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl/InputHeadersMap.java
Log:
EXOJCR-1725: Fixed the Blocker/Critical violations and the easiest Major ones raised by
eXo Quality Level 1.2
Modified:
ws/branches/2.3.x/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl/InputHeadersMap.java
===================================================================
---
ws/branches/2.3.x/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl/InputHeadersMap.java 2012-01-26
14:42:57 UTC (rev 5527)
+++
ws/branches/2.3.x/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl/InputHeadersMap.java 2012-01-26
14:45:10 UTC (rev 5528)
@@ -71,7 +71,7 @@
{
if (m == null)
{
- throw new IllegalArgumentException("parameter \"m\" cannot be
null");
+ throw new IllegalArgumentException("No null map accepted");
}
this.m = new HashMap<String, List<String>>(m.size());
for (Map.Entry<String, List<String>> e : m.entrySet())
Show replies by date