Author: andrew.plotnikov
Date: 2012-01-26 09:46:34 -0500 (Thu, 26 Jan 2012)
New Revision: 5529
Modified:
ws/trunk/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/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 2012-01-26
14:45:10 UTC (rev 5528)
+++
ws/trunk/exo.ws.rest.core/src/main/java/org/exoplatform/services/rest/impl/InputHeadersMap.java 2012-01-26
14:46:34 UTC (rev 5529)
@@ -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