commit | a361310d878dd4a6966fcb093eaa7692f236729e | [log] [tgz] |
---|---|---|
author | Aaron Kruglikov <aaron@onlab.us> | Mon Aug 07 11:28:18 2017 -0700 |
committer | Andrea Campanella <andrea@opennetworking.org> | Tue Aug 08 09:14:51 2017 +0000 |
tree | 755bacd08a32f7fe9e2137a907b039c94a3bdcba | |
parent | c7e36aa4fa78eb4b28bb8d200124536cbbf53579 [diff] |
Fixing capitalization in Band. Change-Id: I94ff174870e496b4605859baf765a0a9d60395bc
diff --git a/core/api/src/main/java/org/onosproject/net/meter/Band.java b/core/api/src/main/java/org/onosproject/net/meter/Band.java index 584a7b7..5b75ab7 100644 --- a/core/api/src/main/java/org/onosproject/net/meter/Band.java +++ b/core/api/src/main/java/org/onosproject/net/meter/Band.java
@@ -35,7 +35,7 @@ DROP, /** - * defines a simple DiffServ policer that remark + * Defines a simple DiffServ policer that remark * the drop precedence of the DSCP field in the * IP header of the packets that exceed the band * rate value. @@ -43,7 +43,7 @@ REMARK, /** - * defines an experimental meter band. + * Defines an experimental meter band. */ EXPERIMENTAL }