In order to add unit tests to the OLT app,
the constructor of the BandwidthProfileInformation class
must be public

Change-Id: I9e253917073867d70cf487d860bfbc3db681a692
diff --git a/api/src/main/java/org/opencord/sadis/BandwidthProfileInformation.java b/api/src/main/java/org/opencord/sadis/BandwidthProfileInformation.java
index 94835b9..ccdf3fa 100644
--- a/api/src/main/java/org/opencord/sadis/BandwidthProfileInformation.java
+++ b/api/src/main/java/org/opencord/sadis/BandwidthProfileInformation.java
@@ -42,9 +42,6 @@
     //note that: the burst size of assured bandwidth will be always 0
     //the rate information must be in Kbps and burst must be in Kbits
 
-    protected BandwidthProfileInformation() {
-    }
-
     public final long committedInformationRate() {
         return this.committedInformationRate;
     }