X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflowplugin-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowplugin%2Fimpl%2Fservices%2FEchoServiceTest.java;h=a1fa78ea3269d298ac85606ee8b05d029dce039b;hb=cd8d0c216c60b97e24430d16bf9ec836c3aaf3c1;hp=3e453b7bad52c3b33f567265107e36f5842b2158;hpb=b45212ea26b0bb8eb060b1b4e3d212fd9b7ed75d;p=openflowplugin.git diff --git a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/EchoServiceTest.java b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/EchoServiceTest.java index 3e453b7bad..a1fa78ea32 100644 --- a/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/EchoServiceTest.java +++ b/openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/EchoServiceTest.java @@ -1,3 +1,10 @@ +/* + * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. + * + * This program and the accompanying materials are made available under the + * terms of the Eclipse Public License v1.0 which accompanies this distribution, + * and is available at http://www.eclipse.org/legal/epl-v10.html + */ package org.opendaylight.openflowplugin.impl.services; import static org.junit.Assert.assertArrayEquals; @@ -40,4 +47,4 @@ public class EchoServiceTest extends ServiceMocking { assertArrayEquals(DUMMY_DATA, data); assertEquals(OFConstants.OFP_VERSION_1_3, request.getVersion().shortValue()); } -} \ No newline at end of file +}