HIGUCHI Yuta
Committed by Gerrit Code Review

Fix wrong package

Change-Id: Ie0c6a2cb9ef76c985176cfa043928f4a244c5e6b
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.onosproject.vtnrsc.portpair;
package org.onosproject.vtnrsc.portchain;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
......
......@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.onosproject.vtnrsc.portpair;
package org.onosproject.vtnrsc.portpairgroup;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
......