mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-21 12:22:18 +02:00
Fix javadoc typos
Change-Id: Ia1872060512df5e501503ba773a66690efd5b99b
This commit is contained in:
parent
8b6b172656
commit
e1dfb50e2e
@ -55,7 +55,7 @@ public abstract class ConnectivityIntent extends Intent {
|
|||||||
* @param resources required network resources (optional)
|
* @param resources required network resources (optional)
|
||||||
* @param selector traffic selector
|
* @param selector traffic selector
|
||||||
* @param treatment treatment
|
* @param treatment treatment
|
||||||
* @throws NullPointerException if the selector or treatement is null
|
* @throws NullPointerException if the selector or treatment is null
|
||||||
*/
|
*/
|
||||||
protected ConnectivityIntent(ApplicationId appId,
|
protected ConnectivityIntent(ApplicationId appId,
|
||||||
Collection<NetworkResource> resources,
|
Collection<NetworkResource> resources,
|
||||||
@ -76,7 +76,7 @@ public abstract class ConnectivityIntent extends Intent {
|
|||||||
* @param selector traffic selector
|
* @param selector traffic selector
|
||||||
* @param treatment treatment
|
* @param treatment treatment
|
||||||
* @param constraints optional prioritized list of constraints
|
* @param constraints optional prioritized list of constraints
|
||||||
* @throws NullPointerException if the selector or treatement is null
|
* @throws NullPointerException if the selector or treatment is null
|
||||||
*/
|
*/
|
||||||
protected ConnectivityIntent(ApplicationId appId,
|
protected ConnectivityIntent(ApplicationId appId,
|
||||||
Collection<NetworkResource> resources,
|
Collection<NetworkResource> resources,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user