Fixing some package javadocs

Change-Id: I1112942216b062f10dc5d00cc50b31eb2162c94d
This commit is contained in:
HIGUCHI Yuta 2015-12-17 16:32:23 -08:00
parent 1978a431c5
commit 1dfef09812
5 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,7 @@
org.onlab.jdvue*
org.onlab.stc*
org.onlab.catalyst*
org.onlab.thirdparty
org.onosproject.provider*

View File

@ -1,5 +1,6 @@
org.onlab.jdvue*
org.onlab.stc*
org.onlab.catalyst*
org.onlab.thirdparty
org.onosproject.oecfg
org.onosproject.maven

View File

@ -15,6 +15,6 @@
*/
/**
* Created by ray on 10/30/15.
* NETCONF controller API.
*/
package org.onosproject.netconf;

View File

@ -15,6 +15,6 @@
*/
/**
* Created by ray on 10/30/15.
* NETCONF controller implementations.
*/
package org.onosproject.netconf.ctl;

View File

@ -15,6 +15,6 @@
*/
/**
* Created by ray on 10/30/15.
* NETCONF libraries.
*/
package org.onosproject.netconf.rfc;