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
     }