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
Yuta HIGUCHI
2016-09-07 09:12:20 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
734e1e6ffb11ae2bcac07a69fe6cdda18be4892f
734e1e6f
1 parent
6033d43b
Cosmetic fixes to Band
Change-Id: I4f4981b12a758d3a773fd805525b21f07ad00b9b
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/meter/Band.java
core/api/src/main/java/org/onosproject/net/meter/Band.java
View file @
734e1e6
...
...
@@ -32,7 +32,7 @@ public interface Band {
/**
* defines a simple DiffServ policer that remark
* the drop precedence of the DSCP
field in the
* the drop precedence of the DSCP field in the
* IP header of the packets that exceed the band
* rate value.
*/
...
...
@@ -113,7 +113,7 @@ public interface Band {
Builder
dropPrecedence
(
short
prec
);
/**
* Assigns the
@See Type
of this band.
* Assigns the
{@link Type}
of this band.
*
* @param type a band type
* @return this
...
...
Please
register
or
login
to post a comment