A race condition occurs between ARPHandler and HostTracker if the ARP
[controller.git] / opendaylight / sal / yang-prototype / yang / yang-binding / src / main / java / org / opendaylight / controller / yang / binding / InstanceIdentifier.java
1 package org.opendaylight.controller.yang.binding;
2
3 /**
4  * Created with IntelliJ IDEA.
5  * User: lsedlak
6  * Date: 27.6.2013
7  * Time: 11:44
8  * To change this template use File | Settings | File Templates.
9  */
10 public class InstanceIdentifier <T extends DataObject> {
11
12 }