Committed by
Gerrit Code Review
Moved copywright to top and removed unnecessary comments
Change-Id: I04455b2f8afd05a7dfc295a1e85b125c4160f61e
Showing
1 changed file
with
1 additions
and
5 deletions
1 | -package org.onosproject.driver.pipeline; | ||
2 | - | ||
3 | -/** | ||
4 | - * Created by mcpark on 15. 12. 3. | ||
5 | - */ | ||
6 | /* | 1 | /* |
7 | * Copyright 2015 Open Networking Laboratory | 2 | * Copyright 2015 Open Networking Laboratory |
8 | * | 3 | * |
... | @@ -18,6 +13,7 @@ package org.onosproject.driver.pipeline; | ... | @@ -18,6 +13,7 @@ package org.onosproject.driver.pipeline; |
18 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
19 | * limitations under the License. | 14 | * limitations under the License. |
20 | */ | 15 | */ |
16 | +package org.onosproject.driver.pipeline; | ||
21 | 17 | ||
22 | import org.onlab.osgi.ServiceDirectory; | 18 | import org.onlab.osgi.ServiceDirectory; |
23 | import org.onlab.packet.Ethernet; | 19 | import org.onlab.packet.Ethernet; | ... | ... |
-
Please register or login to post a comment