git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@186 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-09-24 09:36:06 +00:00
parent ac5330a413
commit d7832988e1

View file

@ -112,7 +112,7 @@ public final class ParserUtils
{
for (final Map.Entry<String, List<String>> entry : connection.getHeaderFields().entrySet())
{
if (entry.getKey().equalsIgnoreCase("set-cookie"))
if ("set-cookie".equalsIgnoreCase(entry.getKey()))
{
for (final String value : entry.getValue())
{