Index: 3rdParty_sources/undertow/io/undertow/predicate/EqualsPredicate.java =================================================================== diff -u -ra0b759c0e2c1f081e1d2d10e5e8e6565b4e74505 -r3c53ef877c0efea23f30bf0147c770d3d9369989 --- 3rdParty_sources/undertow/io/undertow/predicate/EqualsPredicate.java (.../EqualsPredicate.java) (revision a0b759c0e2c1f081e1d2d10e5e8e6565b4e74505) +++ 3rdParty_sources/undertow/io/undertow/predicate/EqualsPredicate.java (.../EqualsPredicate.java) (revision 3c53ef877c0efea23f30bf0147c770d3d9369989) @@ -1,6 +1,6 @@ /* * JBoss, Home of Professional Open Source. - * Copyright 2014 Red Hat, Inc., and individual contributors + * Copyright 2013 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -9,11 +9,11 @@ * * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ package io.undertow.predicate; @@ -69,7 +69,7 @@ @Override public Map> parameters() { - final Map> params = new HashMap<>(); + final Map> params = new HashMap>(); params.put("value", ExchangeAttribute[].class); return params; }