Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ray Milkey
2015-01-13 16:35:46 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e1dfb50e2e43069bf3933e1b527a508e548d29a6
e1dfb50e
1 parent
8b6b1726
Fix javadoc typos
Change-Id: Ia1872060512df5e501503ba773a66690efd5b99b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
core/api/src/main/java/org/onosproject/net/intent/ConnectivityIntent.java
core/api/src/main/java/org/onosproject/net/intent/ConnectivityIntent.java
View file @
e1dfb50
...
...
@@ -55,7 +55,7 @@ public abstract class ConnectivityIntent extends Intent {
* @param resources required network resources (optional)
* @param selector traffic selector
* @param treatment treatment
* @throws NullPointerException if the selector or treat
e
ment is null
* @throws NullPointerException if the selector or treatment is null
*/
protected
ConnectivityIntent
(
ApplicationId
appId
,
Collection
<
NetworkResource
>
resources
,
...
...
@@ -76,7 +76,7 @@ public abstract class ConnectivityIntent extends Intent {
* @param selector traffic selector
* @param treatment treatment
* @param constraints optional prioritized list of constraints
* @throws NullPointerException if the selector or treat
e
ment is null
* @throws NullPointerException if the selector or treatment is null
*/
protected
ConnectivityIntent
(
ApplicationId
appId
,
Collection
<
NetworkResource
>
resources
,
...
...
Please
register
or
login
to post a comment